Html Css Color HEX #721352 Pompadour

📋 copy color: '#721352'

red 114 ◦ green 19 ◦ blue 82

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

Shades of Pompadour #721352

Tints of Pompadour #721352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.14%

R = 53.02%
G = 8.84%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#721352 (or 0x721352) is known color: Pompadour. HEX triplet: 72, 13 and 52. RGB value is (114,19,82). Sum of RGB (Red+Green+Blue) = 114+19+82=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #721352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721352 is #8DECAD. Grayscale: #363636. Windows color (decimal): -9301166 or 5378930. OLE color: 5378930.

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

Color convert

RGB 114 19 82 -
CMYK 0 0.83 0.28 0.55
HSL 320.21º 0.71% 0.26% -
HSV(B) 320.21º 0.83% 0.45% -
XYZ 8.7 4.65 8.42 -
YUV 54.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 114 19 82 0 0.83 0.28 0.55 320.21 0.71 0.26
Hex 72 13 52 0 53 1C 37 140 47 1A
Octal 162 23 122 0 123 34 67 500 107 32
Binary 1110010 10011 1010010 0 1010011 11100 110111 101000000 1000111 11010

Color Harmonies of #721352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721352

Black with #721352

Text Example


Text Example

White with #721352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721352; }

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

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

background-color css

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

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

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

border-color css

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

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

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