#83383B

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

Shades of Stiletto #83383B

Tints of Stiletto #83383B

Color information

#83383B (or 0x83383B) is unknown color: approx Stiletto. HEX triplet: 83, 38 and 3B. RGB value is (131,56,59). Sum of RGB (Red+Green+Blue) = 131+56+59=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 59 (23.44% from 255 or 23.98% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83383B is #7CC7C4. Grayscale: #4E4E4E. Windows color (decimal): -8177605 or 3881091. OLE color: 3881091.

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

Color convert

RGB1315659-
CMYK00.570.550.49
HSL357.6º40.11%36.67%-
HSV(B)357.6º57.25%51.37%-
XYZ11.567.975.07-
YUV78.77116.85165.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.25%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 59 (23.44% from 255) = 23.98%
R=53.25%
G=22.76%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131565900.570.550.49357.640.1136.67
Hex83383B03937311662825
Octal203707307167615465045
Binary100000111110001110110111001110111110001101100110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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