Html Css Color HEX #721848 Pompadour

📋 copy color: '#721848'

red 114 ◦ green 24 ◦ blue 72

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

Shades of Pompadour #721848

Tints of Pompadour #721848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.29%

R = 54.29%
G = 11.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#721848 (or 0x721848) is known color: Pompadour. HEX triplet: 72, 18 and 48. RGB value is (114,24,72). Sum of RGB (Red+Green+Blue) = 114+24+72=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #721848 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721848 is #8DE7B7. Grayscale: #383838. Windows color (decimal): -9299896 or 4724850. OLE color: 4724850.

HSL color Cylindrical-coordinate representation of color #721848: hue angle of 328º 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 #721848 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 24 72 -
CMYK 0 0.79 0.37 0.55
HSL 328º 0.65% 0.27% -
HSV(B) 328º 0.79% 0.45% -
XYZ 8.44 4.7 6.59 -
YUV 56.38 136.82 169.1 -
System Red Green Blue C M Y K H S L
Decimal 114 24 72 0 0.79 0.37 0.55 328 0.65 0.27
Hex 72 18 48 0 4F 25 37 148 41 1B
Octal 162 30 110 0 117 45 67 510 101 33
Binary 1110010 11000 1001000 0 1001111 100101 110111 101001000 1000001 11011

Color Harmonies of #721848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721848

Black with #721848

Text Example


Text Example

White with #721848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721848; }

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

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

background-color css

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

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

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

border-color css

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

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

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