Html Css Color HEX #721854 Pompadour

📋 copy color: '#721854'

red 114 ◦ green 24 ◦ blue 84

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

Shades of Pompadour #721854

Tints of Pompadour #721854

RGB

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

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

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

R = 51.35%
G = 10.81%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#721854 (or 0x721854) is known color: Pompadour. HEX triplet: 72, 18 and 54. RGB value is (114,24,84). Sum of RGB (Red+Green+Blue) = 114+24+84=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 24 (9.77% from 255 or 10.81% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #721854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721854 is #8DE7AB. Grayscale: #393939. Windows color (decimal): -9299884 or 5511282. OLE color: 5511282.

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

Color convert

RGB 114 24 84 -
CMYK 0 0.79 0.26 0.55
HSL 320º 0.65% 0.27% -
HSV(B) 320º 0.79% 0.45% -
XYZ 8.87 4.87 8.86 -
YUV 57.75 142.82 168.12 -
System Red Green Blue C M Y K H S L
Decimal 114 24 84 0 0.79 0.26 0.55 320 0.65 0.27
Hex 72 18 54 0 4F 1A 37 140 41 1B
Octal 162 30 124 0 117 32 67 500 101 33
Binary 1110010 11000 1010100 0 1001111 11010 110111 101000000 1000001 11011

Color Harmonies of #721854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721854

Black with #721854

Text Example


Text Example

White with #721854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721854; }

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

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

background-color css

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

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

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

border-color css

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

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

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