Html Css Color HEX #72174C Pompadour

📋 copy color: '#72174C'

red 114 ◦ green 23 ◦ blue 76

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

Shades of Pompadour #72174C

Tints of Pompadour #72174C

RGB

 RED value IS 114 (44.92% from 255) = 53.52%

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 53.52%
G = 10.8%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72174C (or 0x72174C) is known color: Pompadour. HEX triplet: 72, 17 and 4C. RGB value is (114,23,76). Sum of RGB (Red+Green+Blue) = 114+23+76=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72174C is #8DE8B3. Grayscale: #383838. Windows color (decimal): -9300148 or 4986738. OLE color: 4986738.

HSL color Cylindrical-coordinate representation of color #72174C: hue angle of 325.05º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72174C is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 76 -
CMYK 0 0.80 0.33 0.55
HSL 325.05º 0.66% 0.27% -
HSV(B) 325.05º 0.8% 0.45% -
XYZ 8.55 4.71 7.3 -
YUV 56.25 139.15 169.19 -
System Red Green Blue C M Y K H S L
Decimal 114 23 76 0 0.80 0.33 0.55 325.05 0.66 0.27
Hex 72 17 4C 0 50 21 37 145 42 1B
Octal 162 27 114 0 120 41 67 505 102 33
Binary 1110010 10111 1001100 0 1010000 100001 110111 101000101 1000010 11011

Color Harmonies of #72174C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72174C

Black with #72174C

Text Example


Text Example

White with #72174C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,23,76); }

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

background-color css

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

 a { background-color: rgb(114,23,76); }

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

border-color css

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

 span { border-color: rgb(114,23,76); }

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