Html Css Color HEX #77193F Pompadour

📋 copy color: '#77193F'

red 119 ◦ green 25 ◦ blue 63

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

Shades of Pompadour #77193F

Tints of Pompadour #77193F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 57.49%
G = 12.08%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77193F (or 0x77193F) is known color: Pompadour. HEX triplet: 77, 19 and 3F. RGB value is (119,25,63). Sum of RGB (Red+Green+Blue) = 119+25+63=207 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.49% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 119 - color contains mainly: red. Hex color #77193F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77193F is #88E6C0. Grayscale: #393939. Windows color (decimal): -8971969 or 4135287. OLE color: 4135287.

HSL color Cylindrical-coordinate representation of color #77193F: hue angle of 335.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #77193F is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 63 -
CMYK 0 0.79 0.47 0.53
HSL 335.74º 0.65% 0.28% -
HSV(B) 335.74º 0.79% 0.47% -
XYZ 8.85 4.98 5.2 -
YUV 57.44 131.14 171.91 -
System Red Green Blue C M Y K H S L
Decimal 119 25 63 0 0.79 0.47 0.53 335.74 0.65 0.28
Hex 77 19 3F 0 4F 2F 35 150 41 1C
Octal 167 31 77 0 117 57 65 520 101 34
Binary 1110111 11001 111111 0 1001111 101111 110101 101010000 1000001 11100

Color Harmonies of #77193F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77193F

Black with #77193F

Text Example


Text Example

White with #77193F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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