Html Css Color HEX #72184B Pompadour

📋 copy color: '#72184B'

red 114 ◦ green 24 ◦ blue 75

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

Shades of Pompadour #72184B

Tints of Pompadour #72184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.27%

 BLUE value IS 75 (29.69% from 255) = 35.21%

R = 53.52%
G = 11.27%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#72184B (or 0x72184B) is known color: Pompadour. HEX triplet: 72, 18 and 4B. RGB value is (114,24,75). Sum of RGB (Red+Green+Blue) = 114+24+75=213 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.52% from 213); Green value is 24 (9.77% from 255 or 11.27% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 114 - color contains mainly: red. Hex color #72184B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72184B is #8DE7B4. Grayscale: #383838. Windows color (decimal): -9299893 or 4921458. OLE color: 4921458.

HSL color Cylindrical-coordinate representation of color #72184B: hue angle of 326º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #72184B is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 75 -
CMYK 0 0.79 0.34 0.55
HSL 326º 0.65% 0.27% -
HSV(B) 326º 0.79% 0.45% -
XYZ 8.54 4.74 7.12 -
YUV 56.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 114 24 75 0 0.79 0.34 0.55 326 0.65 0.27
Hex 72 18 4B 0 4F 22 37 146 41 1B
Octal 162 30 113 0 117 42 67 506 101 33
Binary 1110010 11000 1001011 0 1001111 100010 110111 101000110 1000001 11011

Color Harmonies of #72184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72184B

Black with #72184B

Text Example


Text Example

White with #72184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72184B; }

 p { color: rgb(114,24,75); }

 H1.HeaderClassName
 {
   color: #72184B;
 }
 .AnyTagClassName
 {
   color: #72184B;
 }
</style>

background-color css

<style>
 a { background-color: #72184B; }

 a { background-color: rgb(114,24,75); }

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

border-color css

<style>
 span { border-color: #72184B; }

 span { border-color: rgb(114,24,75); }

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