#83363E

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

Shades of Stiletto #83363E

Tints of Stiletto #83363E

Color information

#83363E (or 0x83363E) is unknown color: approx Stiletto. HEX triplet: 83, 36 and 3E. RGB value is (131,54,62). Sum of RGB (Red+Green+Blue) = 131+54+62=247 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.04% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 62 (24.61% from 255 or 25.10% from 247); Max value from RGB is 131 - color contains mainly: red. Hex color #83363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83363E is #7CC9C1. Grayscale: #4D4D4D. Windows color (decimal): -8178114 or 4077187. OLE color: 4077187.

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

Color convert

RGB1315462-
CMYK00.590.530.49
HSL353.77º41.62%36.27%-
HSV(B)353.77º58.78%51.37%-
XYZ11.557.815.46-
YUV77.93119.01165.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.04%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 62 (24.61% from 255) = 25.10%
R=53.04%
G=21.86%
B=25.10%

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
Decimal131546200.590.530.49353.7741.6236.27
Hex83363E03B35311622a24
Octal203667607365615425244
Binary100000111101101111100111011110101110001101100010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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