#83353B

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

Shades of Stiletto #83353B

Tints of Stiletto #83353B

Color information

#83353B (or 0x83353B) is unknown color: approx Stiletto. HEX triplet: 83, 35 and 3B. RGB value is (131,53,59). Sum of RGB (Red+Green+Blue) = 131+53+59=243 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.91% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 131 - color contains mainly: red. Hex color #83353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83353B is #7CCAC4. Grayscale: #4D4D4D. Windows color (decimal): -8178373 or 3880323. OLE color: 3880323.

HSL color Cylindrical-coordinate representation of color #83353B: hue angle of 355.38º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #83353B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB1315359-
CMYK00.600.550.49
HSL355.38º42.39%36.08%-
HSV(B)355.38º59.54%51.37%-
XYZ11.427.695.02-
YUV77.01117.84166.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.91%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 59 (23.44% from 255) = 24.28%
R=53.91%
G=21.81%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131535900.600.550.49355.3842.3936.08
Hex83353B03C37311632a24
Octal203657307467615435244
Binary100000111101011110110111100110111110001101100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83353B; }

 p { color: rgb(131,53,59); }

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

<style>
 a { background-color: #83353B; }

 a { background-color: rgb(131,53,59); }

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

<style>
 span { border-color: #83353B; }

 span { border-color: rgb(131,53,59); }

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