Html Css Color HEX #721353 Pompadour

📋 copy color: '#721353'

red 114 ◦ green 19 ◦ blue 83

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

Shades of Pompadour #721353

Tints of Pompadour #721353

RGB

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

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

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

R = 52.78%
G = 8.8%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#721353 (or 0x721353) is known color: Pompadour. HEX triplet: 72, 13 and 53. RGB value is (114,19,83). Sum of RGB (Red+Green+Blue) = 114+19+83=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 83 (32.81% from 255 or 38.43% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #721353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721353 is #8DECAC. Grayscale: #363636. Windows color (decimal): -9301165 or 5444466. OLE color: 5444466.

HSL color Cylindrical-coordinate representation of color #721353: hue angle of 319.58º 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 #721353 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 19 83 -
CMYK 0 0.83 0.27 0.55
HSL 319.58º 0.71% 0.26% -
HSV(B) 319.58º 0.83% 0.45% -
XYZ 8.73 4.67 8.62 -
YUV 54.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 114 19 83 0 0.83 0.27 0.55 319.58 0.71 0.26
Hex 72 13 53 0 53 1B 37 140 47 1A
Octal 162 23 123 0 123 33 67 500 107 32
Binary 1110010 10011 1010011 0 1010011 11011 110111 101000000 1000111 11010

Color Harmonies of #721353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721353

Black with #721353

Text Example


Text Example

White with #721353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721353; }

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

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

background-color css

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

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

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

border-color css

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

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

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