Html Css Color HEX #721051 Pompadour

📋 copy color: '#721051'

red 114 ◦ green 16 ◦ blue 81

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

Shades of Pompadour #721051

Tints of Pompadour #721051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.39%

R = 54.03%
G = 7.58%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.55

RGB Variations

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

Color information

#721051 (or 0x721051) is known color: Pompadour. HEX triplet: 72, 10 and 51. RGB value is (114,16,81). Sum of RGB (Red+Green+Blue) = 114+16+81=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #721051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721051 is #8DEFAE. Grayscale: #343434. Windows color (decimal): -9301935 or 5312626. OLE color: 5312626.

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

Color convert

RGB 114 16 81 -
CMYK 0 0.86 0.29 0.55
HSL 320.2º 0.75% 0.25% -
HSV(B) 320.2º 0.86% 0.45% -
XYZ 8.61 4.54 8.21 -
YUV 52.71 143.97 171.71 -
System Red Green Blue C M Y K H S L
Decimal 114 16 81 0 0.86 0.29 0.55 320.2 0.75 0.25
Hex 72 10 51 0 56 1D 37 140 4B 19
Octal 162 20 121 0 126 35 67 500 113 31
Binary 1110010 10000 1010001 0 1010110 11101 110111 101000000 1001011 11001

Color Harmonies of #721051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721051

Black with #721051

Text Example


Text Example

White with #721051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721051; }

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

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

background-color css

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

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

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

border-color css

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

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

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