Html Css Color HEX #722154 Pompadour

📋 copy color: '#722154'

red 114 ◦ green 33 ◦ blue 84

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

Shades of Pompadour #722154

Tints of Pompadour #722154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

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

R = 49.35%
G = 14.29%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#722154 (or 0x722154) is known color: Pompadour. HEX triplet: 72, 21 and 54. RGB value is (114,33,84). Sum of RGB (Red+Green+Blue) = 114+33+84=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #722154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722154 is #8DDEAB. Grayscale: #3E3E3E. Windows color (decimal): -9297580 or 5513586. OLE color: 5513586.

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

Color convert

RGB 114 33 84 -
CMYK 0 0.71 0.26 0.55
HSL 322.22º 0.55% 0.29% -
HSV(B) 322.22º 0.71% 0.45% -
XYZ 9.08 5.31 8.93 -
YUV 63.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 114 33 84 0 0.71 0.26 0.55 322.22 0.55 0.29
Hex 72 21 54 0 47 1A 37 142 37 1D
Octal 162 41 124 0 107 32 67 502 67 35
Binary 1110010 100001 1010100 0 1000111 11010 110111 101000010 110111 11101

Color Harmonies of #722154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722154

Black with #722154

Text Example


Text Example

White with #722154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722154; }

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

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

background-color css

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

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

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

border-color css

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

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

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