Html Css Color HEX #761141 Pompadour

📋 copy color: '#761141'

red 118 ◦ green 17 ◦ blue 65

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

Shades of Pompadour #761141

Tints of Pompadour #761141

RGB

 RED value IS 118 (46.48% from 255) = 59%

 GREEN value IS 17 (7.03% from 255) = 8.5%

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 59%
G = 8.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#761141 (or 0x761141) is known color: Pompadour. HEX triplet: 76, 11 and 41. RGB value is (118,17,65). Sum of RGB (Red+Green+Blue) = 118+17+65=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 17 (7.03% from 255 or 8.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #761141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761141 is #89EEBE. Grayscale: #343434. Windows color (decimal): -9039551 or 4264310. OLE color: 4264310.

HSL color Cylindrical-coordinate representation of color #761141: hue angle of 331.49º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761141 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 65 -
CMYK 0 0.86 0.45 0.54
HSL 331.49º 0.75% 0.26% -
HSV(B) 331.49º 0.86% 0.46% -
XYZ 8.63 4.63 5.44 -
YUV 52.67 134.96 174.6 -
System Red Green Blue C M Y K H S L
Decimal 118 17 65 0 0.86 0.45 0.54 331.49 0.75 0.26
Hex 76 11 41 0 56 2D 36 14B 4B 1A
Octal 166 21 101 0 126 55 66 513 113 32
Binary 1110110 10001 1000001 0 1010110 101101 110110 101001011 1001011 11010

Color Harmonies of #761141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761141

Black with #761141

Text Example


Text Example

White with #761141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761141; }

 p { color: rgb(118,17,65); }

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

background-color css

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

 a { background-color: rgb(118,17,65); }

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

border-color css

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

 span { border-color: rgb(118,17,65); }

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