Html Css Color HEX #77143B Pompadour

📋 copy color: '#77143B'

red 119 ◦ green 20 ◦ blue 59

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

Shades of Pompadour #77143B

Tints of Pompadour #77143B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 29.8%

R = 60.1%
G = 10.1%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#77143B (or 0x77143B) is known color: Pompadour. HEX triplet: 77, 14 and 3B. RGB value is (119,20,59). Sum of RGB (Red+Green+Blue) = 119+20+59=198 (26% of max value = 765). Red value is 119 (46.88% from 255 or 60.10% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 119 - color contains mainly: red. Hex color #77143B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77143B is #88EBC4. Grayscale: #353535. Windows color (decimal): -8973253 or 3871863. OLE color: 3871863.

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

Color convert

RGB 119 20 59 -
CMYK 0 0.83 0.50 0.53
HSL 336.36º 0.71% 0.27% -
HSV(B) 336.36º 0.83% 0.47% -
XYZ 8.65 4.74 4.6 -
YUV 54.05 130.8 174.33 -
System Red Green Blue C M Y K H S L
Decimal 119 20 59 0 0.83 0.50 0.53 336.36 0.71 0.27
Hex 77 14 3B 0 53 32 35 150 47 1B
Octal 167 24 73 0 123 62 65 520 107 33
Binary 1110111 10100 111011 0 1010011 110010 110101 101010000 1000111 11011

Color Harmonies of #77143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77143B

Black with #77143B

Text Example


Text Example

White with #77143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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