Html Css Color HEX #721055 Pompadour

📋 copy color: '#721055'

red 114 ◦ green 16 ◦ blue 85

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

Shades of Pompadour #721055

Tints of Pompadour #721055

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.44%

 BLUE value IS 85 (33.59% from 255) = 39.53%

R = 53.02%
G = 7.44%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#721055 (or 0x721055) is known color: Pompadour. HEX triplet: 72, 10 and 55. RGB value is (114,16,85). Sum of RGB (Red+Green+Blue) = 114+16+85=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 85 (33.59% from 255 or 39.53% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #721055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721055 is #8DEFAA. Grayscale: #343434. Windows color (decimal): -9301931 or 5574770. OLE color: 5574770.

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

Color convert

RGB 114 16 85 -
CMYK 0 0.86 0.25 0.55
HSL 317.76º 0.75% 0.25% -
HSV(B) 317.76º 0.86% 0.45% -
XYZ 8.76 4.6 9.02 -
YUV 53.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 114 16 85 0 0.86 0.25 0.55 317.76 0.75 0.25
Hex 72 10 55 0 56 19 37 13E 4B 19
Octal 162 20 125 0 126 31 67 476 113 31
Binary 1110010 10000 1010101 0 1010110 11001 110111 100111110 1001011 11001

Color Harmonies of #721055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721055

Black with #721055

Text Example


Text Example

White with #721055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721055; }

 p { color: rgb(114,16,85); }

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

background-color css

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

 a { background-color: rgb(114,16,85); }

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

border-color css

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

 span { border-color: rgb(114,16,85); }

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