Html Css Color HEX #742454 Flirt

📋 copy color: '#742454'

red 116 ◦ green 36 ◦ blue 84

#742454
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flirt #742454

Tints of Flirt #742454

RGB

 RED value IS 116 (45.7% from 255) = 49.15%

 GREEN value IS 36 (14.45% from 255) = 15.25%

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 49.15%
G = 15.25%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.55

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#742454 (or 0x742454) is known color: Flirt. HEX triplet: 74, 24 and 54. RGB value is (116,36,84). Sum of RGB (Red+Green+Blue) = 116+36+84=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #742454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742454 is #8BDBAB. Grayscale: #414141. Windows color (decimal): -9165740 or 5514356. OLE color: 5514356.

HSL color Cylindrical-coordinate representation of color #742454: hue angle of 324º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #742454 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 36 84 -
CMYK 0 0.69 0.28 0.55
HSL 324º 0.53% 0.3% -
HSV(B) 324º 0.69% 0.45% -
XYZ 9.43 5.61 8.97 -
YUV 65.39 138.5 164.1 -
System Red Green Blue C M Y K H S L
Decimal 116 36 84 0 0.69 0.28 0.55 324 0.53 0.3
Hex 74 24 54 0 45 1C 37 144 35 1E
Octal 164 44 124 0 105 34 67 504 65 36
Binary 1110100 100100 1010100 0 1000101 11100 110111 101000100 110101 11110

Color Harmonies of #742454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #742454

Black with #742454

Text Example


Text Example

White with #742454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #742454; }

 p { color: rgb(116,36,84); }

 H1.HeaderClassName
 {
   color: #742454;
 }
 .AnyTagClassName
 {
   color: #742454;
 }
</style>

background-color css

<style>
 a { background-color: #742454; }

 a { background-color: rgb(116,36,84); }

 div.DivClassName
 {
   background-color: #742454;
 }
 .BgClassName
 {
   background-color: #742454;
 }
</style>

border-color css

<style>
 span { border-color: #742454; }

 span { border-color: rgb(116,36,84); }

 td.TdClassName
 {
   border-color: #742454;
 }
 .TagClassName
 {
   border-color: #742454;
 }
</style>