Html Css Color HEX #771242 Pompadour

📋 copy color: '#771242'

red 119 ◦ green 18 ◦ blue 66

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

Shades of Pompadour #771242

Tints of Pompadour #771242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 58.62%
G = 8.87%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#771242 (or 0x771242) is known color: Pompadour. HEX triplet: 77, 12 and 42. RGB value is (119,18,66). Sum of RGB (Red+Green+Blue) = 119+18+66=203 (26% of max value = 765). Red value is 119 (46.88% from 255 or 58.62% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 119 - color contains mainly: red. Hex color #771242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771242 is #88EDBD. Grayscale: #353535. Windows color (decimal): -8973758 or 4330103. OLE color: 4330103.

HSL color Cylindrical-coordinate representation of color #771242: hue angle of 331.49º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771242 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 18 66 -
CMYK 0 0.85 0.45 0.53
HSL 331.49º 0.74% 0.27% -
HSV(B) 331.49º 0.85% 0.47% -
XYZ 8.81 4.75 5.61 -
YUV 53.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 119 18 66 0 0.85 0.45 0.53 331.49 0.74 0.27
Hex 77 12 42 0 55 2D 35 14B 4A 1B
Octal 167 22 102 0 125 55 65 513 112 33
Binary 1110111 10010 1000010 0 1010101 101101 110101 101001011 1001010 11011

Color Harmonies of #771242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771242

Black with #771242

Text Example


Text Example

White with #771242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771242; }

 p { color: rgb(119,18,66); }

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

background-color css

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

 a { background-color: rgb(119,18,66); }

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

border-color css

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

 span { border-color: rgb(119,18,66); }

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