#76133A

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

Shades of Pompadour #76133A

Tints of Pompadour #76133A

Color information

#76133A (or 0x76133A) is unknown color: approx Pompadour. HEX triplet: 76, 13 and 3A. RGB value is (118,19,58). Sum of RGB (Red+Green+Blue) = 118+19+58=195 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.51% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 118 - color contains mainly: red. Hex color #76133A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76133A is #89ECC5. Grayscale: #343434. Windows color (decimal): -9039046 or 3806070. OLE color: 3806070.

HSL color Cylindrical-coordinate representation of color #76133A: hue angle of 336.36º 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 #76133A is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1181958-
CMYK00.840.510.54
HSL336.36º72.26%26.86%-
HSV(B)336.36º83.9%46.27%-
XYZ8.474.624.45-
YUV53.05130.8174.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 60.51%
GREEN value IS 19 (7.81% from 255) = 9.74%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=60.51%
G=9.74%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118195800.840.510.54336.3672.2626.86
Hex76133A0543336150481b
Octal16623720124636652011033
Binary11101101001111101001010100110011110110101010000100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76133A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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