#76153A

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

Shades of Pompadour #76153A

Tints of Pompadour #76153A

Color information

#76153A (or 0x76153A) is unknown color: approx Pompadour. HEX triplet: 76, 15 and 3A. RGB value is (118,21,58). Sum of RGB (Red+Green+Blue) = 118+21+58=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76153A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76153A is #89EAC5. Grayscale: #363636. Windows color (decimal): -9038534 or 3806582. OLE color: 3806582.

HSL color Cylindrical-coordinate representation of color #76153A: hue angle of 337.11º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76153A is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.54.

Color convert

RGB1182158-
CMYK00.820.510.54
HSL337.11º69.78%27.25%-
HSV(B)337.11º82.2%46.27%-
XYZ8.54.694.46-
YUV54.22130.14173.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 59.90%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=59.90%
G=10.66%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118215800.820.510.54337.1169.7827.25
Hex76153A0523336151461b
Octal16625720122636652110633
Binary11101101010111101001010010110011110110101010001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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