Html Css Color HEX #721454 Pompadour

📋 copy color: '#721454'

red 114 ◦ green 20 ◦ blue 84

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

Shades of Pompadour #721454

Tints of Pompadour #721454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 84 (33.2% from 255) = 38.53%

R = 52.29%
G = 9.17%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#721454 (or 0x721454) is known color: Pompadour. HEX triplet: 72, 14 and 54. RGB value is (114,20,84). Sum of RGB (Red+Green+Blue) = 114+20+84=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 84 (33.20% from 255 or 38.53% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721454 is #8DEBAB. Grayscale: #373737. Windows color (decimal): -9300908 or 5510258. OLE color: 5510258.

HSL color Cylindrical-coordinate representation of color #721454: hue angle of 319.15º degrees, saturation: 0.7, 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 #721454 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 20 84 -
CMYK 0 0.82 0.26 0.55
HSL 319.15º 0.7% 0.26% -
HSV(B) 319.15º 0.82% 0.45% -
XYZ 8.79 4.72 8.83 -
YUV 55.4 144.14 169.8 -
System Red Green Blue C M Y K H S L
Decimal 114 20 84 0 0.82 0.26 0.55 319.15 0.7 0.26
Hex 72 14 54 0 52 1A 37 13F 46 1A
Octal 162 24 124 0 122 32 67 477 106 32
Binary 1110010 10100 1010100 0 1010010 11010 110111 100111111 1000110 11010

Color Harmonies of #721454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721454

Black with #721454

Text Example


Text Example

White with #721454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721454; }

 p { color: rgb(114,20,84); }

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

background-color css

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

 a { background-color: rgb(114,20,84); }

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

border-color css

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

 span { border-color: rgb(114,20,84); }

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