Html Css Color HEX #721948 Pompadour

📋 copy color: '#721948'

red 114 ◦ green 25 ◦ blue 72

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

Shades of Pompadour #721948

Tints of Pompadour #721948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

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

R = 54.03%
G = 11.85%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#721948 (or 0x721948) is known color: Pompadour. HEX triplet: 72, 19 and 48. RGB value is (114,25,72). Sum of RGB (Red+Green+Blue) = 114+25+72=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #721948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721948 is #8DE6B7. Grayscale: #383838. Windows color (decimal): -9299640 or 4725106. OLE color: 4725106.

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

Color convert

RGB 114 25 72 -
CMYK 0 0.78 0.37 0.55
HSL 328.31º 0.64% 0.27% -
HSV(B) 328.31º 0.78% 0.45% -
XYZ 8.46 4.74 6.6 -
YUV 56.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 114 25 72 0 0.78 0.37 0.55 328.31 0.64 0.27
Hex 72 19 48 0 4E 25 37 148 40 1B
Octal 162 31 110 0 116 45 67 510 100 33
Binary 1110010 11001 1001000 0 1001110 100101 110111 101001000 1000000 11011

Color Harmonies of #721948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721948

Black with #721948

Text Example


Text Example

White with #721948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721948; }

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

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

background-color css

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

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

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

border-color css

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

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

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