Html Css Color HEX #722152 Pompadour

📋 copy color: '#722152'

red 114 ◦ green 33 ◦ blue 82

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

Shades of Pompadour #722152

Tints of Pompadour #722152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.81%

R = 49.78%
G = 14.41%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#722152 (or 0x722152) is known color: Pompadour. HEX triplet: 72, 21 and 52. RGB value is (114,33,82). Sum of RGB (Red+Green+Blue) = 114+33+82=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #722152 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722152 is #8DDEAD. Grayscale: #3E3E3E. Windows color (decimal): -9297582 or 5382514. OLE color: 5382514.

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

Color convert

RGB 114 33 82 -
CMYK 0 0.71 0.28 0.55
HSL 323.7º 0.55% 0.29% -
HSV(B) 323.7º 0.71% 0.45% -
XYZ 9.01 5.27 8.53 -
YUV 62.81 138.84 164.52 -
System Red Green Blue C M Y K H S L
Decimal 114 33 82 0 0.71 0.28 0.55 323.7 0.55 0.29
Hex 72 21 52 0 47 1C 37 144 37 1D
Octal 162 41 122 0 107 34 67 504 67 35
Binary 1110010 100001 1010010 0 1000111 11100 110111 101000100 110111 11101

Color Harmonies of #722152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722152

Black with #722152

Text Example


Text Example

White with #722152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722152; }

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

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

background-color css

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

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

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

border-color css

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

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

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