Html Css Color HEX #721046 Pompadour

📋 copy color: '#721046'

red 114 ◦ green 16 ◦ blue 70

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

Shades of Pompadour #721046

Tints of Pompadour #721046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8%

 BLUE value IS 70 (27.73% from 255) = 35%

R = 57%
G = 8%
B = 35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#721046 (or 0x721046) is known color: Pompadour. HEX triplet: 72, 10 and 46. RGB value is (114,16,70). Sum of RGB (Red+Green+Blue) = 114+16+70=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #721046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721046 is #8DEFB9. Grayscale: #333333. Windows color (decimal): -9301946 or 4591730. OLE color: 4591730.

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

Color convert

RGB 114 16 70 -
CMYK 0 0.86 0.39 0.55
HSL 326.94º 0.75% 0.25% -
HSV(B) 326.94º 0.86% 0.45% -
XYZ 8.23 4.39 6.21 -
YUV 51.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 114 16 70 0 0.86 0.39 0.55 326.94 0.75 0.25
Hex 72 10 46 0 56 27 37 147 4B 19
Octal 162 20 106 0 126 47 67 507 113 31
Binary 1110010 10000 1000110 0 1010110 100111 110111 101000111 1001011 11001

Color Harmonies of #721046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721046

Black with #721046

Text Example


Text Example

White with #721046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721046; }

 p { color: rgb(114,16,70); }

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

background-color css

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

 a { background-color: rgb(114,16,70); }

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

border-color css

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

 span { border-color: rgb(114,16,70); }

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