Html Css Color HEX #77133F Pompadour

📋 copy color: '#77133F'

red 119 ◦ green 19 ◦ blue 63

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

Shades of Pompadour #77133F

Tints of Pompadour #77133F

RGB

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

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

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

R = 59.2%
G = 9.45%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77133F (or 0x77133F) is known color: Pompadour. HEX triplet: 77, 13 and 3F. RGB value is (119,19,63). Sum of RGB (Red+Green+Blue) = 119+19+63=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77133F is #88ECC0. Grayscale: #353535. Windows color (decimal): -8973505 or 4133751. OLE color: 4133751.

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

Color convert

RGB 119 19 63 -
CMYK 0 0.84 0.47 0.53
HSL 333.6º 0.72% 0.27% -
HSV(B) 333.6º 0.84% 0.47% -
XYZ 8.74 4.75 5.16 -
YUV 53.92 133.13 174.42 -
System Red Green Blue C M Y K H S L
Decimal 119 19 63 0 0.84 0.47 0.53 333.6 0.72 0.27
Hex 77 13 3F 0 54 2F 35 14E 48 1B
Octal 167 23 77 0 124 57 65 516 110 33
Binary 1110111 10011 111111 0 1010100 101111 110101 101001110 1001000 11011

Color Harmonies of #77133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77133F

Black with #77133F

Text Example


Text Example

White with #77133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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