Html Css Color HEX #721354 Pompadour

📋 copy color: '#721354'

red 114 ◦ green 19 ◦ blue 84

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

Shades of Pompadour #721354

Tints of Pompadour #721354

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

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

R = 52.53%
G = 8.76%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#721354 (or 0x721354) is known color: Pompadour. HEX triplet: 72, 13 and 54. RGB value is (114,19,84). Sum of RGB (Red+Green+Blue) = 114+19+84=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 84 (33.20% from 255 or 38.71% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #721354 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721354 is #8DECAB. Grayscale: #363636. Windows color (decimal): -9301164 or 5510002. OLE color: 5510002.

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

Color convert

RGB 114 19 84 -
CMYK 0 0.83 0.26 0.55
HSL 318.95º 0.71% 0.26% -
HSV(B) 318.95º 0.83% 0.45% -
XYZ 8.77 4.68 8.83 -
YUV 54.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 114 19 84 0 0.83 0.26 0.55 318.95 0.71 0.26
Hex 72 13 54 0 53 1A 37 13F 47 1A
Octal 162 23 124 0 123 32 67 477 107 32
Binary 1110010 10011 1010100 0 1010011 11010 110111 100111111 1000111 11010

Color Harmonies of #721354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721354

Black with #721354

Text Example


Text Example

White with #721354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721354; }

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

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

background-color css

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

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

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

border-color css

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

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

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