#83363B

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

Shades of Stiletto #83363B

Tints of Stiletto #83363B

Color information

#83363B (or 0x83363B) is unknown color: approx Stiletto. HEX triplet: 83, 36 and 3B. RGB value is (131,54,59). Sum of RGB (Red+Green+Blue) = 131+54+59=244 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.69% from 244); Green value is 54 (21.48% from 255 or 22.13% from 244); Blue value is 59 (23.44% from 255 or 24.18% from 244); Max value from RGB is 131 - color contains mainly: red. Hex color #83363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363B is #7CC9C4. Grayscale: #4D4D4D. Windows color (decimal): -8178117 or 3880579. OLE color: 3880579.

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

Color convert

RGB1315459-
CMYK00.590.550.49
HSL356.1º41.62%36.27%-
HSV(B)356.1º58.78%51.37%-
XYZ11.477.785.03-
YUV77.59117.51166.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.69%
GREEN value IS 54 (21.48% from 255) = 22.13%
BLUE value IS 59 (23.44% from 255) = 24.18%
R=53.69%
G=22.13%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131545900.590.550.49356.141.6236.27
Hex83363B03B37311642a24
Octal203667307367615445244
Binary100000111101101110110111011110111110001101100100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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