#83363F

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

Shades of Stiletto #83363F

Tints of Stiletto #83363F

Color information

#83363F (or 0x83363F) is unknown color: approx Stiletto. HEX triplet: 83, 36 and 3F. RGB value is (131,54,63). Sum of RGB (Red+Green+Blue) = 131+54+63=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #83363F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363F is #7CC9C0. Grayscale: #4E4E4E. Windows color (decimal): -8178113 or 4142723. OLE color: 4142723.

HSL color Cylindrical-coordinate representation of color #83363F: hue angle of 352.99º 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 #83363F is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1315463-
CMYK00.590.520.49
HSL352.99º41.62%36.27%-
HSV(B)352.99º58.78%51.37%-
XYZ11.587.825.6-
YUV78.05119.51165.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.82%
GREEN value IS 54 (21.48% from 255) = 21.77%
BLUE value IS 63 (25% from 255) = 25.40%
R=52.82%
G=21.77%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131546300.590.520.49352.9941.6236.27
Hex83363F03B34311612a24
Octal203667707364615415244
Binary100000111101101111110111011110100110001101100001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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