#83363C

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

Shades of Stiletto #83363C

Tints of Stiletto #83363C

Color information

#83363C (or 0x83363C) is unknown color: approx Stiletto. HEX triplet: 83, 36 and 3C. RGB value is (131,54,60). Sum of RGB (Red+Green+Blue) = 131+54+60=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363C is #7CC9C3. Grayscale: #4D4D4D. Windows color (decimal): -8178116 or 3946115. OLE color: 3946115.

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

Color convert

RGB1315460-
CMYK00.590.540.49
HSL355.32º41.62%36.27%-
HSV(B)355.32º58.78%51.37%-
XYZ11.497.795.17-
YUV77.71118.01166.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 60 (23.83% from 255) = 24.49%
R=53.47%
G=22.04%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131546000.590.540.49355.3241.6236.27
Hex83363C03B36311632a24
Octal203667407366615435244
Binary100000111101101111000111011110110110001101100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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