#76183E

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

Shades of Pompadour #76183E

Tints of Pompadour #76183E

Color information

#76183E (or 0x76183E) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 3E. RGB value is (118,24,62). Sum of RGB (Red+Green+Blue) = 118+24+62=204 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.84% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 118 - color contains mainly: red. Hex color #76183E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76183E is #89E7C1. Grayscale: #383838. Windows color (decimal): -9037762 or 4069494. OLE color: 4069494.

HSL color Cylindrical-coordinate representation of color #76183E: hue angle of 335.74º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76183E is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB1182462-
CMYK00.800.470.54
HSL335.74º66.2%27.84%-
HSV(B)335.74º79.66%46.27%-
XYZ8.674.855.04-
YUV56.44131.14171.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 57.84%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=57.84%
G=11.76%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118246200.800.470.54335.7466.227.84
Hex76183E0502F36150421c
Octal16630760120576652010234
Binary11101101100011111001010000101111110110101010000100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76183E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76183E; }

 p { color: rgb(118,24,62); }

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

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

 a { background-color: rgb(118,24,62); }

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

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

 span { border-color: rgb(118,24,62); }

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