Html Css Color HEX #771153 Pompadour

📋 copy color: '#771153'

red 119 ◦ green 17 ◦ blue 83

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

Shades of Pompadour #771153

Tints of Pompadour #771153

RGB

 RED value IS 119 (46.88% from 255) = 54.34%

 GREEN value IS 17 (7.03% from 255) = 7.76%

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

R = 54.34%
G = 7.76%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#771153 (or 0x771153) is known color: Pompadour. HEX triplet: 77, 11 and 53. RGB value is (119,17,83). Sum of RGB (Red+Green+Blue) = 119+17+83=219 (29% of max value = 765). Red value is 119 (46.88% from 255 or 54.34% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 119 - color contains mainly: red. Hex color #771153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771153 is #88EEAC. Grayscale: #363636. Windows color (decimal): -8973997 or 5443959. OLE color: 5443959.

HSL color Cylindrical-coordinate representation of color #771153: hue angle of 321.18º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771153 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 17 83 -
CMYK 0 0.86 0.30 0.53
HSL 321.18º 0.75% 0.27% -
HSV(B) 321.18º 0.86% 0.47% -
XYZ 9.37 4.95 8.64 -
YUV 55.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 119 17 83 0 0.86 0.30 0.53 321.18 0.75 0.27
Hex 77 11 53 0 56 1E 35 141 4B 1B
Octal 167 21 123 0 126 36 65 501 113 33
Binary 1110111 10001 1010011 0 1010110 11110 110101 101000001 1001011 11011

Color Harmonies of #771153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771153

Black with #771153

Text Example


Text Example

White with #771153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771153; }

 p { color: rgb(119,17,83); }

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

background-color css

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

 a { background-color: rgb(119,17,83); }

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

border-color css

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

 span { border-color: rgb(119,17,83); }

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