Html Css Color HEX #74114C Pompadour

📋 copy color: '#74114C'

red 116 ◦ green 17 ◦ blue 76

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

Shades of Pompadour #74114C

Tints of Pompadour #74114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 55.5%
G = 8.13%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74114C (or 0x74114C) is known color: Pompadour. HEX triplet: 74, 11 and 4C. RGB value is (116,17,76). Sum of RGB (Red+Green+Blue) = 116+17+76=209 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.50% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 116 - color contains mainly: red. Hex color #74114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74114C is #8BEEB3. Grayscale: #353535. Windows color (decimal): -9170612 or 4985204. OLE color: 4985204.

HSL color Cylindrical-coordinate representation of color #74114C: hue angle of 324.24º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #74114C is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 76 -
CMYK 0 0.85 0.34 0.55
HSL 324.24º 0.74% 0.26% -
HSV(B) 324.24º 0.85% 0.45% -
XYZ 8.71 4.64 7.27 -
YUV 53.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 116 17 76 0 0.85 0.34 0.55 324.24 0.74 0.26
Hex 74 11 4C 0 55 22 37 144 4A 1A
Octal 164 21 114 0 125 42 67 504 112 32
Binary 1110100 10001 1001100 0 1010101 100010 110111 101000100 1001010 11010

Color Harmonies of #74114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74114C

Black with #74114C

Text Example


Text Example

White with #74114C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74114C; }

 p { color: rgb(116,17,76); }

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

background-color css

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

 a { background-color: rgb(116,17,76); }

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

border-color css

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

 span { border-color: rgb(116,17,76); }

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