Html Css Color HEX #721D56 Pompadour

📋 copy color: '#721D56'

red 114 ◦ green 29 ◦ blue 86

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

Shades of Pompadour #721D56

Tints of Pompadour #721D56

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 49.78%
G = 12.66%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#721D56 (or 0x721D56) is known color: Pompadour. HEX triplet: 72, 1D and 56. RGB value is (114,29,86). Sum of RGB (Red+Green+Blue) = 114+29+86=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #721D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721D56 is #8DE2A9. Grayscale: #3C3C3C. Windows color (decimal): -9298602 or 5643634. OLE color: 5643634.

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

Color convert

RGB 114 29 86 -
CMYK 0 0.75 0.25 0.55
HSL 319.76º 0.59% 0.28% -
HSV(B) 319.76º 0.75% 0.45% -
XYZ 9.06 5.13 9.32 -
YUV 60.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 114 29 86 0 0.75 0.25 0.55 319.76 0.59 0.28
Hex 72 1D 56 0 4B 19 37 140 3B 1C
Octal 162 35 126 0 113 31 67 500 73 34
Binary 1110010 11101 1010110 0 1001011 11001 110111 101000000 111011 11100

Color Harmonies of #721D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721D56

Black with #721D56

Text Example


Text Example

White with #721D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,29,86); }

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

background-color css

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

 a { background-color: rgb(114,29,86); }

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

border-color css

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

 span { border-color: rgb(114,29,86); }

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