#83383A

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

Shades of Stiletto #83383A

Tints of Stiletto #83383A

Color information

#83383A (or 0x83383A) is unknown color: approx Stiletto. HEX triplet: 83, 38 and 3A. RGB value is (131,56,58). Sum of RGB (Red+Green+Blue) = 131+56+58=245 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.47% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 58 (23.05% from 255 or 23.67% from 245); Max value from RGB is 131 - color contains mainly: red. Hex color #83383A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83383A is #7CC7C5. Grayscale: #4E4E4E. Windows color (decimal): -8177606 or 3815555. OLE color: 3815555.

HSL color Cylindrical-coordinate representation of color #83383A: hue angle of 358.4º 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 #83383A is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1315658-
CMYK00.570.560.49
HSL358.4º40.11%36.67%-
HSV(B)358.4º57.25%51.37%-
XYZ11.547.964.93-
YUV78.65116.35165.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 53.47%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 58 (23.05% from 255) = 23.67%
R=53.47%
G=22.86%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131565800.570.560.49358.440.1136.67
Hex83383A03938311662825
Octal203707207170615465045
Binary100000111110001110100111001111000110001101100110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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