Html Css Color HEX #77143F Pompadour

📋 copy color: '#77143F'

red 119 ◦ green 20 ◦ blue 63

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

Shades of Pompadour #77143F

Tints of Pompadour #77143F

RGB

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

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

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

R = 58.91%
G = 9.9%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#77143F (or 0x77143F) is known color: Pompadour. HEX triplet: 77, 14 and 3F. RGB value is (119,20,63). Sum of RGB (Red+Green+Blue) = 119+20+63=202 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.91% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 119 - color contains mainly: red. Hex color #77143F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77143F is #88EBC0. Grayscale: #363636. Windows color (decimal): -8973249 or 4134007. OLE color: 4134007.

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

Color convert

RGB 119 20 63 -
CMYK 0 0.83 0.47 0.53
HSL 333.94º 0.71% 0.27% -
HSV(B) 333.94º 0.83% 0.47% -
XYZ 8.76 4.78 5.16 -
YUV 54.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 119 20 63 0 0.83 0.47 0.53 333.94 0.71 0.27
Hex 77 14 3F 0 53 2F 35 14E 47 1B
Octal 167 24 77 0 123 57 65 516 107 33
Binary 1110111 10100 111111 0 1010011 101111 110101 101001110 1000111 11011

Color Harmonies of #77143F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77143F

Black with #77143F

Text Example


Text Example

White with #77143F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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