Html Css Color HEX #72173F Pompadour

📋 copy color: '#72173F'

red 114 ◦ green 23 ◦ blue 63

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

Shades of Pompadour #72173F

Tints of Pompadour #72173F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.5%

R = 57%
G = 11.5%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#72173F (or 0x72173F) is known color: Pompadour. HEX triplet: 72, 17 and 3F. RGB value is (114,23,63). Sum of RGB (Red+Green+Blue) = 114+23+63=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72173F is #8DE8C0. Grayscale: #363636. Windows color (decimal): -9300161 or 4134770. OLE color: 4134770.

HSL color Cylindrical-coordinate representation of color #72173F: hue angle of 333.63º 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 #72173F is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 23 63 -
CMYK 0 0.80 0.45 0.55
HSL 333.63º 0.66% 0.27% -
HSV(B) 333.63º 0.8% 0.45% -
XYZ 8.14 4.55 5.15 -
YUV 54.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 114 23 63 0 0.80 0.45 0.55 333.63 0.66 0.27
Hex 72 17 3F 0 50 2D 37 14E 42 1B
Octal 162 27 77 0 120 55 67 516 102 33
Binary 1110010 10111 111111 0 1010000 101101 110111 101001110 1000010 11011

Color Harmonies of #72173F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72173F

Black with #72173F

Text Example


Text Example

White with #72173F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72173F; }

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

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

background-color css

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

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

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

border-color css

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

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

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