#834142

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

Shades of Stiletto #834142

Tints of Stiletto #834142

Color information

#834142 (or 0x834142) is unknown color: approx Stiletto. HEX triplet: 83, 41 and 42. RGB value is (131,65,66). Sum of RGB (Red+Green+Blue) = 131+65+66=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #834142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834142 is #7CBEBD. Grayscale: #545454. Windows color (decimal): -8175294 or 4342147. OLE color: 4342147.

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

Color convert

RGB1316566-
CMYK00.500.500.49
HSL359.09º33.67%38.43%-
HSV(B)359.09º50.38%51.37%-
XYZ12.2396.25-
YUV84.85117.37160.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 24.81%
BLUE value IS 66 (26.17% from 255) = 25.19%
R=50%
G=24.81%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131656600.500.500.49359.0933.6738.43
Hex83414203232311672226
Octal20310110206262615474246
Binary10000011100000110000100110010110010110001101100111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834142; }

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

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

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

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

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

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

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

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