Html Css Color HEX #721355 Pompadour

📋 copy color: '#721355'

red 114 ◦ green 19 ◦ blue 85

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

Shades of Pompadour #721355

Tints of Pompadour #721355

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.72%

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

R = 52.29%
G = 8.72%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#721355 (or 0x721355) is known color: Pompadour. HEX triplet: 72, 13 and 55. RGB value is (114,19,85). Sum of RGB (Red+Green+Blue) = 114+19+85=218 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.29% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 114 - color contains mainly: red. Hex color #721355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721355 is #8DECAA. Grayscale: #363636. Windows color (decimal): -9301163 or 5575538. OLE color: 5575538.

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

Color convert

RGB 114 19 85 -
CMYK 0 0.83 0.25 0.55
HSL 318.32º 0.71% 0.26% -
HSV(B) 318.32º 0.83% 0.45% -
XYZ 8.81 4.7 9.04 -
YUV 54.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 114 19 85 0 0.83 0.25 0.55 318.32 0.71 0.26
Hex 72 13 55 0 53 19 37 13E 47 1A
Octal 162 23 125 0 123 31 67 476 107 32
Binary 1110010 10011 1010101 0 1010011 11001 110111 100111110 1000111 11010

Color Harmonies of #721355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721355

Black with #721355

Text Example


Text Example

White with #721355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721355; }

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

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

background-color css

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

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

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

border-color css

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

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

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