Html Css Color HEX #77153B Pompadour

📋 copy color: '#77153B'

red 119 ◦ green 21 ◦ blue 59

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

Shades of Pompadour #77153B

Tints of Pompadour #77153B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.55%

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 59.8%
G = 10.55%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77153B (or 0x77153B) is known color: Pompadour. HEX triplet: 77, 15 and 3B. RGB value is (119,21,59). Sum of RGB (Red+Green+Blue) = 119+21+59=199 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.80% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 119 - color contains mainly: red. Hex color #77153B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77153B is #88EAC4. Grayscale: #363636. Windows color (decimal): -8972997 or 3872119. OLE color: 3872119.

HSL color Cylindrical-coordinate representation of color #77153B: hue angle of 336.73º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77153B is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 59 -
CMYK 0 0.82 0.50 0.53
HSL 336.73º 0.7% 0.27% -
HSV(B) 336.73º 0.82% 0.47% -
XYZ 8.67 4.77 4.6 -
YUV 54.63 130.47 173.91 -
System Red Green Blue C M Y K H S L
Decimal 119 21 59 0 0.82 0.50 0.53 336.73 0.7 0.27
Hex 77 15 3B 0 52 32 35 151 46 1B
Octal 167 25 73 0 122 62 65 521 106 33
Binary 1110111 10101 111011 0 1010010 110010 110101 101010001 1000110 11011

Color Harmonies of #77153B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77153B

Black with #77153B

Text Example


Text Example

White with #77153B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77153B; }

 p { color: rgb(119,21,59); }

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

background-color css

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

 a { background-color: rgb(119,21,59); }

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

border-color css

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

 span { border-color: rgb(119,21,59); }

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