Html Css Color HEX #77193E Pompadour

📋 copy color: '#77193E'

red 119 ◦ green 25 ◦ blue 62

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

Shades of Pompadour #77193E

Tints of Pompadour #77193E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 30.1%

R = 57.77%
G = 12.14%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77193E (or 0x77193E) is known color: Pompadour. HEX triplet: 77, 19 and 3E. RGB value is (119,25,62). Sum of RGB (Red+Green+Blue) = 119+25+62=206 (27% of max value = 765). Red value is 119 (46.88% from 255 or 57.77% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 119 - color contains mainly: red. Hex color #77193E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77193E is #88E6C1. Grayscale: #393939. Windows color (decimal): -8971970 or 4069751. OLE color: 4069751.

HSL color Cylindrical-coordinate representation of color #77193E: hue angle of 336.38º 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 #77193E is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 25 62 -
CMYK 0 0.79 0.48 0.53
HSL 336.38º 0.65% 0.28% -
HSV(B) 336.38º 0.79% 0.47% -
XYZ 8.82 4.97 5.05 -
YUV 57.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 119 25 62 0 0.79 0.48 0.53 336.38 0.65 0.28
Hex 77 19 3E 0 4F 30 35 150 41 1C
Octal 167 31 76 0 117 60 65 520 101 34
Binary 1110111 11001 111110 0 1001111 110000 110101 101010000 1000001 11100

Color Harmonies of #77193E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77193E

Black with #77193E

Text Example


Text Example

White with #77193E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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