Html Css Color HEX #722352 Pompadour

📋 copy color: '#722352'

red 114 ◦ green 35 ◦ blue 82

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

Shades of Pompadour #722352

Tints of Pompadour #722352

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 49.35%
G = 15.15%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#722352 (or 0x722352) is known color: Pompadour. HEX triplet: 72, 23 and 52. RGB value is (114,35,82). Sum of RGB (Red+Green+Blue) = 114+35+82=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #722352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722352 is #8DDCAD. Grayscale: #3F3F3F. Windows color (decimal): -9297070 or 5383026. OLE color: 5383026.

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

Color convert

RGB 114 35 82 -
CMYK 0 0.69 0.28 0.55
HSL 324.3º 0.53% 0.29% -
HSV(B) 324.3º 0.69% 0.45% -
XYZ 9.06 5.39 8.55 -
YUV 63.98 138.17 163.68 -
System Red Green Blue C M Y K H S L
Decimal 114 35 82 0 0.69 0.28 0.55 324.3 0.53 0.29
Hex 72 23 52 0 45 1C 37 144 35 1D
Octal 162 43 122 0 105 34 67 504 65 35
Binary 1110010 100011 1010010 0 1000101 11100 110111 101000100 110101 11101

Color Harmonies of #722352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #722352

Black with #722352

Text Example


Text Example

White with #722352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #722352; }

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

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

background-color css

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

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

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

border-color css

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

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

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