Html Css Color HEX #74114D Pompadour

📋 copy color: '#74114D'

red 116 ◦ green 17 ◦ blue 77

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

Shades of Pompadour #74114D

Tints of Pompadour #74114D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 55.24%
G = 8.1%
B = 36.67%

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

#74114D (or 0x74114D) is known color: Pompadour. HEX triplet: 74, 11 and 4D. RGB value is (116,17,77). Sum of RGB (Red+Green+Blue) = 116+17+77=210 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.24% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 116 - color contains mainly: red. Hex color #74114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #74114D is #8BEEB2. Grayscale: #353535. Windows color (decimal): -9170611 or 5050740. OLE color: 5050740.

HSL color Cylindrical-coordinate representation of color #74114D: hue angle of 323.64º 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 #74114D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 17 77 -
CMYK 0 0.85 0.34 0.55
HSL 323.64º 0.74% 0.26% -
HSV(B) 323.64º 0.85% 0.45% -
XYZ 8.74 4.65 7.46 -
YUV 53.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 116 17 77 0 0.85 0.34 0.55 323.64 0.74 0.26
Hex 74 11 4D 0 55 22 37 144 4A 1A
Octal 164 21 115 0 125 42 67 504 112 32
Binary 1110100 10001 1001101 0 1010101 100010 110111 101000100 1001010 11010

Color Harmonies of #74114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74114D

Black with #74114D

Text Example


Text Example

White with #74114D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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