Html Css Color HEX #77153F Pompadour

📋 copy color: '#77153F'

red 119 ◦ green 21 ◦ blue 63

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

Shades of Pompadour #77153F

Tints of Pompadour #77153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 31.03%

R = 58.62%
G = 10.34%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77153F (or 0x77153F) is known color: Pompadour. HEX triplet: 77, 15 and 3F. RGB value is (119,21,63). Sum of RGB (Red+Green+Blue) = 119+21+63=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 63 (25% from 255 or 31.03% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #77153F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77153F is #88EAC0. Grayscale: #373737. Windows color (decimal): -8972993 or 4134263. OLE color: 4134263.

HSL color Cylindrical-coordinate representation of color #77153F: hue angle of 334.29º 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 #77153F is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 21 63 -
CMYK 0 0.82 0.47 0.53
HSL 334.29º 0.7% 0.27% -
HSV(B) 334.29º 0.82% 0.47% -
XYZ 8.77 4.82 5.17 -
YUV 55.09 132.47 173.58 -
System Red Green Blue C M Y K H S L
Decimal 119 21 63 0 0.82 0.47 0.53 334.29 0.7 0.27
Hex 77 15 3F 0 52 2F 35 14E 46 1B
Octal 167 25 77 0 122 57 65 516 106 33
Binary 1110111 10101 111111 0 1010010 101111 110101 101001110 1000110 11011

Color Harmonies of #77153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77153F

Black with #77153F

Text Example


Text Example

White with #77153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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