Html Css Color HEX #761241 Pompadour

📋 copy color: '#761241'

red 118 ◦ green 18 ◦ blue 65

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

Shades of Pompadour #761241

Tints of Pompadour #761241

RGB

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

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

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

R = 58.71%
G = 8.96%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#761241 (or 0x761241) is known color: Pompadour. HEX triplet: 76, 12 and 41. RGB value is (118,18,65). Sum of RGB (Red+Green+Blue) = 118+18+65=201 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.71% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 118 - color contains mainly: red. Hex color #761241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761241 is #89EDBE. Grayscale: #353535. Windows color (decimal): -9039295 or 4264566. OLE color: 4264566.

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

Color convert

RGB 118 18 65 -
CMYK 0 0.85 0.45 0.54
HSL 331.8º 0.74% 0.27% -
HSV(B) 331.8º 0.85% 0.46% -
XYZ 8.64 4.67 5.45 -
YUV 53.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 118 18 65 0 0.85 0.45 0.54 331.8 0.74 0.27
Hex 76 12 41 0 55 2D 36 14C 4A 1B
Octal 166 22 101 0 125 55 66 514 112 33
Binary 1110110 10010 1000001 0 1010101 101101 110110 101001100 1001010 11011

Color Harmonies of #761241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761241

Black with #761241

Text Example


Text Example

White with #761241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761241; }

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

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

background-color css

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

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

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

border-color css

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

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

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