Html Css Color HEX #721248 Pompadour

📋 copy color: '#721248'

red 114 ◦ green 18 ◦ blue 72

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

Shades of Pompadour #721248

Tints of Pompadour #721248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.82%

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

R = 55.88%
G = 8.82%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#721248 (or 0x721248) is known color: Pompadour. HEX triplet: 72, 12 and 48. RGB value is (114,18,72). Sum of RGB (Red+Green+Blue) = 114+18+72=204 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.88% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 114 - color contains mainly: red. Hex color #721248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721248 is #8DEDB7. Grayscale: #343434. Windows color (decimal): -9301432 or 4723314. OLE color: 4723314.

HSL color Cylindrical-coordinate representation of color #721248: hue angle of 326.25º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #721248 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 18 72 -
CMYK 0 0.84 0.37 0.55
HSL 326.25º 0.73% 0.26% -
HSV(B) 326.25º 0.84% 0.45% -
XYZ 8.33 4.48 6.56 -
YUV 52.86 138.8 171.61 -
System Red Green Blue C M Y K H S L
Decimal 114 18 72 0 0.84 0.37 0.55 326.25 0.73 0.26
Hex 72 12 48 0 54 25 37 146 49 1A
Octal 162 22 110 0 124 45 67 506 111 32
Binary 1110010 10010 1001000 0 1010100 100101 110111 101000110 1001001 11010

Color Harmonies of #721248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721248

Black with #721248

Text Example


Text Example

White with #721248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721248; }

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

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

background-color css

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

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

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

border-color css

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

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

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