Html Css Color HEX #72154C Pompadour

📋 copy color: '#72154C'

red 114 ◦ green 21 ◦ blue 76

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

Shades of Pompadour #72154C

Tints of Pompadour #72154C

RGB

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

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

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

R = 54.03%
G = 9.95%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#72154C (or 0x72154C) is known color: Pompadour. HEX triplet: 72, 15 and 4C. RGB value is (114,21,76). Sum of RGB (Red+Green+Blue) = 114+21+76=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 21 (8.59% from 255 or 9.95% from 211); Blue value is 76 (30.08% from 255 or 36.02% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #72154C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72154C is #8DEAB3. Grayscale: #363636. Windows color (decimal): -9300660 or 4986226. OLE color: 4986226.

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

Color convert

RGB 114 21 76 -
CMYK 0 0.82 0.33 0.55
HSL 324.52º 0.69% 0.26% -
HSV(B) 324.52º 0.82% 0.45% -
XYZ 8.51 4.64 7.28 -
YUV 55.08 139.81 170.03 -
System Red Green Blue C M Y K H S L
Decimal 114 21 76 0 0.82 0.33 0.55 324.52 0.69 0.26
Hex 72 15 4C 0 52 21 37 145 45 1A
Octal 162 25 114 0 122 41 67 505 105 32
Binary 1110010 10101 1001100 0 1010010 100001 110111 101000101 1000101 11010

Color Harmonies of #72154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72154C

Black with #72154C

Text Example


Text Example

White with #72154C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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