#8C3B42

Color #8C3B42 Stiletto (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stiletto #8C3B42

Tints of Stiletto #8C3B42

Color information

#8C3B42 (or 0x8C3B42) is unknown color: approx Stiletto. HEX triplet: 8C, 3B and 42. RGB value is (140,59,66). Sum of RGB (Red+Green+Blue) = 140+59+66=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3B42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3B42 is #73C4BD. Grayscale: #545454. Windows color (decimal): -7587006 or 4340620. OLE color: 4340620.

HSL color Cylindrical-coordinate representation of color #8C3B42: hue angle of 354.81º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C3B42 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB1405966-
CMYK00.580.530.45
HSL354.81º40.7%39.02%-
HSV(B)354.81º57.86%54.9%-
XYZ13.369.16.21-
YUV84.02117.84167.93-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 59 (23.44% from 255) = 22.26%
BLUE value IS 66 (26.17% from 255) = 24.91%
R=52.83%
G=22.26%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140596600.580.530.45354.8140.739.02
Hex8C3B4203A352D1632927
Octal2147310207265555435147
Binary1000110011101110000100111010110101101101101100011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C3B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C3B42; }

 p { color: rgb(140,59,66); }

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

<style>
 a { background-color: #8C3B42; }

 a { background-color: rgb(140,59,66); }

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

<style>
 span { border-color: #8C3B42; }

 span { border-color: rgb(140,59,66); }

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