Html Css Color HEX #721652 Pompadour

📋 copy color: '#721652'

red 114 ◦ green 22 ◦ blue 82

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

Shades of Pompadour #721652

Tints of Pompadour #721652

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

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

R = 52.29%
G = 10.09%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#721652 (or 0x721652) is known color: Pompadour. HEX triplet: 72, 16 and 52. RGB value is (114,22,82). Sum of RGB (Red+Green+Blue) = 114+22+82=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721652 is #8DE9AD. Grayscale: #383838. Windows color (decimal): -9300398 or 5379698. OLE color: 5379698.

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

Color convert

RGB 114 22 82 -
CMYK 0 0.81 0.28 0.55
HSL 320.87º 0.68% 0.27% -
HSV(B) 320.87º 0.81% 0.45% -
XYZ 8.75 4.76 8.44 -
YUV 56.35 142.48 169.12 -
System Red Green Blue C M Y K H S L
Decimal 114 22 82 0 0.81 0.28 0.55 320.87 0.68 0.27
Hex 72 16 52 0 51 1C 37 141 44 1B
Octal 162 26 122 0 121 34 67 501 104 33
Binary 1110010 10110 1010010 0 1010001 11100 110111 101000001 1000100 11011

Color Harmonies of #721652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721652

Black with #721652

Text Example


Text Example

White with #721652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721652; }

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

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

background-color css

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

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

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

border-color css

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

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

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