Html Css Color HEX #721E52 Pompadour

📋 copy color: '#721E52'

red 114 ◦ green 30 ◦ blue 82

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

Shades of Pompadour #721E52

Tints of Pompadour #721E52

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.27%

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

R = 50.44%
G = 13.27%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#721E52 (or 0x721E52) is known color: Pompadour. HEX triplet: 72, 1E and 52. RGB value is (114,30,82). Sum of RGB (Red+Green+Blue) = 114+30+82=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E52 is #8DE1AD. Grayscale: #3C3C3C. Windows color (decimal): -9298350 or 5381746. OLE color: 5381746.

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

Color convert

RGB 114 30 82 -
CMYK 0 0.74 0.28 0.55
HSL 322.86º 0.58% 0.28% -
HSV(B) 322.86º 0.74% 0.45% -
XYZ 8.93 5.12 8.5 -
YUV 61.04 139.83 165.77 -
System Red Green Blue C M Y K H S L
Decimal 114 30 82 0 0.74 0.28 0.55 322.86 0.58 0.28
Hex 72 1E 52 0 4A 1C 37 143 3A 1C
Octal 162 36 122 0 112 34 67 503 72 34
Binary 1110010 11110 1010010 0 1001010 11100 110111 101000011 111010 11100

Color Harmonies of #721E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721E52

Black with #721E52

Text Example


Text Example

White with #721E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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