Html Css Color HEX #761039 Pompadour

📋 copy color: '#761039'

red 118 ◦ green 16 ◦ blue 57

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

Shades of Pompadour #761039

Tints of Pompadour #761039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.38%

 BLUE value IS 57 (22.66% from 255) = 29.84%

R = 61.78%
G = 8.38%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#761039 (or 0x761039) is known color: Pompadour. HEX triplet: 76, 10 and 39. RGB value is (118,16,57). Sum of RGB (Red+Green+Blue) = 118+16+57=191 (25% of max value = 765). Red value is 118 (46.48% from 255 or 61.78% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 118 - color contains mainly: red. Hex color #761039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #761039 is #89EFC6. Grayscale: #333333. Windows color (decimal): -9039815 or 3739766. OLE color: 3739766.

HSL color Cylindrical-coordinate representation of color #761039: hue angle of 335.88º degrees, saturation: 0.76, 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 #761039 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 16 57 -
CMYK 0 0.86 0.52 0.54
HSL 335.88º 0.76% 0.26% -
HSV(B) 335.88º 0.86% 0.46% -
XYZ 8.4 4.52 4.3 -
YUV 51.17 131.29 175.67 -
System Red Green Blue C M Y K H S L
Decimal 118 16 57 0 0.86 0.52 0.54 335.88 0.76 0.26
Hex 76 10 39 0 56 34 36 150 4C 1A
Octal 166 20 71 0 126 64 66 520 114 32
Binary 1110110 10000 111001 0 1010110 110100 110110 101010000 1001100 11010

Color Harmonies of #761039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761039

Black with #761039

Text Example


Text Example

White with #761039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761039; }

 p { color: rgb(118,16,57); }

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

background-color css

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

 a { background-color: rgb(118,16,57); }

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

border-color css

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

 span { border-color: rgb(118,16,57); }

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