#834243

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

Shades of Stiletto #834243

Tints of Stiletto #834243

Color information

#834243 (or 0x834243) is unknown color: approx Stiletto. HEX triplet: 83, 42 and 43. RGB value is (131,66,67). Sum of RGB (Red+Green+Blue) = 131+66+67=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #834243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834243 is #7CBDBC. Grayscale: #555555. Windows color (decimal): -8175037 or 4407939. OLE color: 4407939.

HSL color Cylindrical-coordinate representation of color #834243: hue angle of 359.08º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834243 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB1316667-
CMYK00.500.490.49
HSL359.08º32.99%38.63%-
HSV(B)359.08º49.62%51.37%-
XYZ12.329.136.42-
YUV85.55117.53160.42-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 66 (26.17% from 255) = 25%
BLUE value IS 67 (26.56% from 255) = 25.38%
R=49.62%
G=25%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131666700.500.490.49359.0832.9938.63
Hex83424303231311672127
Octal20310210306261615474147
Binary10000011100001010000110110010110001110001101100111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834243; }

 p { color: rgb(131,66,67); }

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

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

 a { background-color: rgb(131,66,67); }

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

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

 span { border-color: rgb(131,66,67); }

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