#833C45

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

Shades of Stiletto #833C45

Tints of Stiletto #833C45

Color information

#833C45 (or 0x833C45) is unknown color: approx Stiletto. HEX triplet: 83, 3C and 45. RGB value is (131,60,69). Sum of RGB (Red+Green+Blue) = 131+60+69=260 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50.38% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 131 - color contains mainly: red. Hex color #833C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833C45 is #7CC3BA. Grayscale: #525252. Windows color (decimal): -8176571 or 4537475. OLE color: 4537475.

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

Color convert

RGB1316069-
CMYK00.540.470.49
HSL352.39º37.17%37.45%-
HSV(B)352.39º54.2%51.37%-
XYZ12.058.496.63-
YUV82.26120.52162.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50.38%
GREEN value IS 60 (23.83% from 255) = 23.08%
BLUE value IS 69 (27.34% from 255) = 26.54%
R=50.38%
G=23.08%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131606900.540.470.49352.3937.1737.45
Hex833C450362F311602525
Octal2037410506657615404545
Binary1000001111110010001010110110101111110001101100000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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