Html Css Color HEX #72154D Pompadour

📋 copy color: '#72154D'

red 114 ◦ green 21 ◦ blue 77

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

Shades of Pompadour #72154D

Tints of Pompadour #72154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 53.77%
G = 9.91%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#72154D (or 0x72154D) is known color: Pompadour. HEX triplet: 72, 15 and 4D. RGB value is (114,21,77). Sum of RGB (Red+Green+Blue) = 114+21+77=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72154D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72154D is #8DEAB2. Grayscale: #373737. Windows color (decimal): -9300659 or 5051762. OLE color: 5051762.

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

Color convert

RGB 114 21 77 -
CMYK 0 0.82 0.32 0.55
HSL 323.87º 0.69% 0.26% -
HSV(B) 323.87º 0.82% 0.45% -
XYZ 8.55 4.65 7.47 -
YUV 55.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 114 21 77 0 0.82 0.32 0.55 323.87 0.69 0.26
Hex 72 15 4D 0 52 20 37 144 45 1A
Octal 162 25 115 0 122 40 67 504 105 32
Binary 1110010 10101 1001101 0 1010010 100000 110111 101000100 1000101 11010

Color Harmonies of #72154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72154D

Black with #72154D

Text Example


Text Example

White with #72154D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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