Html Css Color HEX #721853 Pompadour

📋 copy color: '#721853'

red 114 ◦ green 24 ◦ blue 83

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

Shades of Pompadour #721853

Tints of Pompadour #721853

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

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

R = 51.58%
G = 10.86%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#721853 (or 0x721853) is known color: Pompadour. HEX triplet: 72, 18 and 53. RGB value is (114,24,83). Sum of RGB (Red+Green+Blue) = 114+24+83=221 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.58% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 114 - color contains mainly: red. Hex color #721853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721853 is #8DE7AC. Grayscale: #393939. Windows color (decimal): -9299885 or 5445746. OLE color: 5445746.

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

Color convert

RGB 114 24 83 -
CMYK 0 0.79 0.27 0.55
HSL 320.67º 0.65% 0.27% -
HSV(B) 320.67º 0.79% 0.45% -
XYZ 8.83 4.86 8.66 -
YUV 57.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 114 24 83 0 0.79 0.27 0.55 320.67 0.65 0.27
Hex 72 18 53 0 4F 1B 37 141 41 1B
Octal 162 30 123 0 117 33 67 501 101 33
Binary 1110010 11000 1010011 0 1001111 11011 110111 101000001 1000001 11011

Color Harmonies of #721853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721853

Black with #721853

Text Example


Text Example

White with #721853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721853; }

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

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

background-color css

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

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

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

border-color css

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

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

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