#833A3C

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

Shades of Stiletto #833A3C

Tints of Stiletto #833A3C

Color information

#833A3C (or 0x833A3C) is unknown color: approx Stiletto. HEX triplet: 83, 3A and 3C. RGB value is (131,58,60). Sum of RGB (Red+Green+Blue) = 131+58+60=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #833A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833A3C is #7CC5C3. Grayscale: #505050. Windows color (decimal): -8177092 or 3947139. OLE color: 3947139.

HSL color Cylindrical-coordinate representation of color #833A3C: hue angle of 358.36º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #833A3C is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB1315860-
CMYK00.560.540.49
HSL358.36º38.62%37.06%-
HSV(B)358.36º55.73%51.37%-
XYZ11.698.185.24-
YUV80.06116.68164.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 58 (23.05% from 255) = 23.29%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=52.61%
G=23.29%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131586000.560.540.49358.3638.6237.06
Hex833A3C03836311662725
Octal203727407066615464745
Binary100000111110101111000111000110110110001101100110100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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