#83393E

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

Shades of Stiletto #83393E

Tints of Stiletto #83393E

Color information

#83393E (or 0x83393E) is unknown color: approx Stiletto. HEX triplet: 83, 39 and 3E. RGB value is (131,57,62). Sum of RGB (Red+Green+Blue) = 131+57+62=250 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.4% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 131 - color contains mainly: red. Hex color #83393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83393E is #7CC6C1. Grayscale: #4F4F4F. Windows color (decimal): -8177346 or 4077955. OLE color: 4077955.

HSL color Cylindrical-coordinate representation of color #83393E: hue angle of 355.95º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #83393E is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB1315762-
CMYK00.560.530.49
HSL355.95º39.36%36.86%-
HSV(B)355.95º56.49%51.37%-
XYZ11.698.15.5-
YUV79.7118.02164.59-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.4%
GREEN value IS 57 (22.66% from 255) = 22.8%
BLUE value IS 62 (24.61% from 255) = 24.8%
R=52.4%
G=22.8%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131576200.560.530.49355.9539.3636.86
Hex83393E03835311642725
Octal203717607065615444745
Binary100000111110011111100111000110101110001101100100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83393E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,57,62); }

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

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

 a { background-color: rgb(131,57,62); }

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

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

 span { border-color: rgb(131,57,62); }

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