Html Css Color HEX #72153C Pompadour

📋 copy color: '#72153C'

red 114 ◦ green 21 ◦ blue 60

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

Shades of Pompadour #72153C

Tints of Pompadour #72153C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.77%

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

R = 58.46%
G = 10.77%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.55

RGB Variations

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

Color information

#72153C (or 0x72153C) is known color: Pompadour. HEX triplet: 72, 15 and 3C. RGB value is (114,21,60). Sum of RGB (Red+Green+Blue) = 114+21+60=195 (25% of max value = 765). Red value is 114 (44.92% from 255 or 58.46% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 114 - color contains mainly: red. Hex color #72153C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72153C is #8DEAC3. Grayscale: #353535. Windows color (decimal): -9300676 or 3937650. OLE color: 3937650.

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

Color convert

RGB 114 21 60 -
CMYK 0 0.82 0.47 0.55
HSL 334.84º 0.69% 0.26% -
HSV(B) 334.84º 0.82% 0.45% -
XYZ 8.02 4.44 4.71 -
YUV 53.25 131.81 171.33 -
System Red Green Blue C M Y K H S L
Decimal 114 21 60 0 0.82 0.47 0.55 334.84 0.69 0.26
Hex 72 15 3C 0 52 2F 37 14F 45 1A
Octal 162 25 74 0 122 57 67 517 105 32
Binary 1110010 10101 111100 0 1010010 101111 110111 101001111 1000101 11010

Color Harmonies of #72153C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72153C

Black with #72153C

Text Example


Text Example

White with #72153C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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