#76133C

Color #76133C Pompadour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pompadour #76133C

Tints of Pompadour #76133C

Color information

#76133C (or 0x76133C) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 3C. RGB value is (118,19,60). Sum of RGB (Red+Green+Blue) = 118+19+60=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76133C is #89ECC3. Grayscale: #353535. Windows color (decimal): -9039044 or 3937142. OLE color: 3937142.

HSL color Cylindrical-coordinate representation of color #76133C: hue angle of 335.15º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76133C is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1181960-
CMYK00.840.490.54
HSL335.15º72.26%26.86%-
HSV(B)335.15º83.9%46.27%-
XYZ8.524.644.72-
YUV53.27131.8174.17-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.90%
GREEN value IS 19 (7.81% from 255) = 9.64%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=59.90%
G=9.64%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118196000.840.490.54335.1572.2626.86
Hex76133C054313614f481b
Octal16623740124616651711033
Binary11101101001111110001010100110001110110101001111100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76133C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76133C; }

 p { color: rgb(118,19,60); }

 H1.HeaderClassName
 {
   color: #76133C;
 }
 .AnyTagClassName
 {
   color: #76133C;
 }
</style>
background-color css

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

 a { background-color: rgb(118,19,60); }

 div.DivClassName
 {
   background-color: #76133C;
 }
 .BgClassName
 {
   background-color: #76133C;
 }
</style>
border-color css

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

 span { border-color: rgb(118,19,60); }

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