#833F40

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

Shades of Stiletto #833F40

Tints of Stiletto #833F40

Color information

#833F40 (or 0x833F40) is unknown color: approx Stiletto. HEX triplet: 83, 3F and 40. RGB value is (131,63,64). Sum of RGB (Red+Green+Blue) = 131+63+64=258 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.78% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 131 - color contains mainly: red. Hex color #833F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833F40 is #7CC0BF. Grayscale: #535353. Windows color (decimal): -8175808 or 4210563. OLE color: 4210563.

HSL color Cylindrical-coordinate representation of color #833F40: hue angle of 359.12º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #833F40 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB1316364-
CMYK00.520.510.49
HSL359.12º35.05%38.04%-
HSV(B)359.12º51.91%51.37%-
XYZ12.068.755.9-
YUV83.45117.03161.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.78%
GREEN value IS 63 (25% from 255) = 24.42%
BLUE value IS 64 (25.39% from 255) = 24.81%
R=50.78%
G=24.42%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131636400.520.510.49359.1235.0538.04
Hex833F4003433311672326
Octal2037710006463615474346
Binary1000001111111110000000110100110011110001101100111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833F40; }

 p { color: rgb(131,63,64); }

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

<style>
 a { background-color: #833F40; }

 a { background-color: rgb(131,63,64); }

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

<style>
 span { border-color: #833F40; }

 span { border-color: rgb(131,63,64); }

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