Html Css Color HEX #77143E Pompadour

📋 copy color: '#77143E'

red 119 ◦ green 20 ◦ blue 62

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

Shades of Pompadour #77143E

Tints of Pompadour #77143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

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

R = 59.2%
G = 9.95%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#77143E (or 0x77143E) is known color: Pompadour. HEX triplet: 77, 14 and 3E. RGB value is (119,20,62). Sum of RGB (Red+Green+Blue) = 119+20+62=201 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.20% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 119 - color contains mainly: red. Hex color #77143E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77143E is #88EBC1. Grayscale: #363636. Windows color (decimal): -8973250 or 4068471. OLE color: 4068471.

HSL color Cylindrical-coordinate representation of color #77143E: hue angle of 334.55º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #77143E is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 20 62 -
CMYK 0 0.83 0.48 0.53
HSL 334.55º 0.71% 0.27% -
HSV(B) 334.55º 0.83% 0.47% -
XYZ 8.73 4.77 5.02 -
YUV 54.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 119 20 62 0 0.83 0.48 0.53 334.55 0.71 0.27
Hex 77 14 3E 0 53 30 35 14F 47 1B
Octal 167 24 76 0 123 60 65 517 107 33
Binary 1110111 10100 111110 0 1010011 110000 110101 101001111 1000111 11011

Color Harmonies of #77143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77143E

Black with #77143E

Text Example


Text Example

White with #77143E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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