#803A3C

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

Shades of Stiletto #803A3C

Tints of Stiletto #803A3C

Color information

#803A3C (or 0x803A3C) is unknown color: approx Stiletto. HEX triplet: 80, 3A and 3C. RGB value is (128,58,60). Sum of RGB (Red+Green+Blue) = 128+58+60=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #803A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A3C is #7FC5C3. Grayscale: #4F4F4F. Windows color (decimal): -8373700 or 3947136. OLE color: 3947136.

HSL color Cylindrical-coordinate representation of color #803A3C: hue angle of 358.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803A3C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.50.

Color convert

RGB1285860-
CMYK00.550.530.50
HSL358.29º37.63%36.47%-
HSV(B)358.29º54.69%50.2%-
XYZ11.237.945.22-
YUV79.16117.19162.84-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 52.03%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 60 (23.83% from 255) = 24.39%
R=52.03%
G=23.58%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128586000.550.530.50358.2937.6336.47
Hex803A3C03735321662624
Octal200727406765625464644
Binary100000001110101111000110111110101110010101100110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803A3C; }

 p { color: rgb(128,58,60); }

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

<style>
 a { background-color: #803A3C; }

 a { background-color: rgb(128,58,60); }

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

<style>
 span { border-color: #803A3C; }

 span { border-color: rgb(128,58,60); }

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