Html Css Color HEX #72173C Pompadour

📋 copy color: '#72173C'

red 114 ◦ green 23 ◦ blue 60

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

Shades of Pompadour #72173C

Tints of Pompadour #72173C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.46%

R = 57.87%
G = 11.68%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72173C (or 0x72173C) is known color: Pompadour. HEX triplet: 72, 17 and 3C. RGB value is (114,23,60). Sum of RGB (Red+Green+Blue) = 114+23+60=197 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57.87% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 114 - color contains mainly: red. Hex color #72173C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72173C is #8DE8C3. Grayscale: #363636. Windows color (decimal): -9300164 or 3938162. OLE color: 3938162.

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

Color convert

RGB 114 23 60 -
CMYK 0 0.80 0.47 0.55
HSL 335.6º 0.66% 0.27% -
HSV(B) 335.6º 0.8% 0.45% -
XYZ 8.06 4.52 4.72 -
YUV 54.43 131.15 170.49 -
System Red Green Blue C M Y K H S L
Decimal 114 23 60 0 0.80 0.47 0.55 335.6 0.66 0.27
Hex 72 17 3C 0 50 2F 37 150 42 1B
Octal 162 27 74 0 120 57 67 520 102 33
Binary 1110010 10111 111100 0 1010000 101111 110111 101010000 1000010 11011

Color Harmonies of #72173C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72173C

Black with #72173C

Text Example


Text Example

White with #72173C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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