Html Css Color HEX #77133C Pompadour

📋 copy color: '#77133C'

red 119 ◦ green 19 ◦ blue 60

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

Shades of Pompadour #77133C

Tints of Pompadour #77133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.6%

 BLUE value IS 60 (23.83% from 255) = 30.3%

R = 60.1%
G = 9.6%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77133C (or 0x77133C) is known color: Pompadour. HEX triplet: 77, 13 and 3C. RGB value is (119,19,60). Sum of RGB (Red+Green+Blue) = 119+19+60=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 60 (23.83% from 255 or 30.30% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77133C is #88ECC3. Grayscale: #353535. Windows color (decimal): -8973508 or 3937143. OLE color: 3937143.

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

Color convert

RGB 119 19 60 -
CMYK 0 0.84 0.50 0.53
HSL 335.4º 0.72% 0.27% -
HSV(B) 335.4º 0.84% 0.47% -
XYZ 8.66 4.71 4.73 -
YUV 53.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 119 19 60 0 0.84 0.50 0.53 335.4 0.72 0.27
Hex 77 13 3C 0 54 32 35 14F 48 1B
Octal 167 23 74 0 124 62 65 517 110 33
Binary 1110111 10011 111100 0 1010100 110010 110101 101001111 1001000 11011

Color Harmonies of #77133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77133C

Black with #77133C

Text Example


Text Example

White with #77133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77133C; }

 p { color: rgb(119,19,60); }

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

background-color css

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

 a { background-color: rgb(119,19,60); }

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

border-color css

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

 span { border-color: rgb(119,19,60); }

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