#76183C

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

Shades of Pompadour #76183C

Tints of Pompadour #76183C

Color information

#76183C (or 0x76183C) is unknown color: approx Pompadour. HEX triplet: 76, 18 and 3C. RGB value is (118,24,60). Sum of RGB (Red+Green+Blue) = 118+24+60=202 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.42% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 60 (23.83% from 255 or 29.70% from 202); Max value from RGB is 118 - color contains mainly: red. Hex color #76183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #76183C is #89E7C3. Grayscale: #383838. Windows color (decimal): -9037764 or 3938422. OLE color: 3938422.

HSL color Cylindrical-coordinate representation of color #76183C: hue angle of 337.02º 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 #76183C is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1182460-
CMYK00.800.490.54
HSL337.02º66.2%27.84%-
HSV(B)337.02º79.66%46.27%-
XYZ8.614.834.75-
YUV56.21130.14172.07-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 58.42%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 60 (23.83% from 255) = 29.70%
R=58.42%
G=11.88%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118246000.800.490.54337.0266.227.84
Hex76183C0503136151421c
Octal16630740120616652110234
Binary11101101100011110001010000110001110110101010001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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