Html Css Color HEX #721253 Pompadour

📋 copy color: '#721253'

red 114 ◦ green 18 ◦ blue 83

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

Shades of Pompadour #721253

Tints of Pompadour #721253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 53.02%
G = 8.37%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#721253 (or 0x721253) is known color: Pompadour. HEX triplet: 72, 12 and 53. RGB value is (114,18,83). Sum of RGB (Red+Green+Blue) = 114+18+83=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #721253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721253 is #8DEDAC. Grayscale: #353535. Windows color (decimal): -9301421 or 5444210. OLE color: 5444210.

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

Color convert

RGB 114 18 83 -
CMYK 0 0.84 0.27 0.55
HSL 319.38º 0.73% 0.26% -
HSV(B) 319.38º 0.84% 0.45% -
XYZ 8.72 4.63 8.62 -
YUV 54.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 114 18 83 0 0.84 0.27 0.55 319.38 0.73 0.26
Hex 72 12 53 0 54 1B 37 13F 49 1A
Octal 162 22 123 0 124 33 67 477 111 32
Binary 1110010 10010 1010011 0 1010100 11011 110111 100111111 1001001 11010

Color Harmonies of #721253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721253

Black with #721253

Text Example


Text Example

White with #721253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721253; }

 p { color: rgb(114,18,83); }

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

background-color css

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

 a { background-color: rgb(114,18,83); }

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

border-color css

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

 span { border-color: rgb(114,18,83); }

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