Html Css Color HEX #760E41 Pompadour

📋 copy color: '#760E41'

red 118 ◦ green 14 ◦ blue 65

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

Shades of Pompadour #760E41

Tints of Pompadour #760E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.11%

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

R = 59.9%
G = 7.11%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#760E41 (or 0x760E41) is known color: Pompadour. HEX triplet: 76, 0E and 41. RGB value is (118,14,65). Sum of RGB (Red+Green+Blue) = 118+14+65=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #760E41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760E41 is #89F1BE. Grayscale: #323232. Windows color (decimal): -9040319 or 4263542. OLE color: 4263542.

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

Color convert

RGB 118 14 65 -
CMYK 0 0.88 0.45 0.54
HSL 330.58º 0.79% 0.26% -
HSV(B) 330.58º 0.88% 0.46% -
XYZ 8.58 4.55 5.43 -
YUV 50.91 135.96 175.85 -
System Red Green Blue C M Y K H S L
Decimal 118 14 65 0 0.88 0.45 0.54 330.58 0.79 0.26
Hex 76 E 41 0 58 2D 36 14B 4F 1A
Octal 166 16 101 0 130 55 66 513 117 32
Binary 1110110 1110 1000001 0 1011000 101101 110110 101001011 1001111 11010

Color Harmonies of #760E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760E41

Black with #760E41

Text Example


Text Example

White with #760E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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