#83363D

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

Shades of Stiletto #83363D

Tints of Stiletto #83363D

Color information

#83363D (or 0x83363D) is unknown color: approx Stiletto. HEX triplet: 83, 36 and 3D. RGB value is (131,54,61). Sum of RGB (Red+Green+Blue) = 131+54+61=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363D is #7CC9C2. Grayscale: #4D4D4D. Windows color (decimal): -8178115 or 4011651. OLE color: 4011651.

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

Color convert

RGB1315461-
CMYK00.590.530.49
HSL354.55º41.62%36.27%-
HSV(B)354.55º58.78%51.37%-
XYZ11.527.85.31-
YUV77.82118.51165.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 61 (24.22% from 255) = 24.80%
R=53.25%
G=21.95%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131546100.590.530.49354.5541.6236.27
Hex83363D03B35311632a24
Octal203667507365615435244
Binary100000111101101111010111011110101110001101100011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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