#853A3B

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

Shades of Stiletto #853A3B

Tints of Stiletto #853A3B

Color information

#853A3B (or 0x853A3B) is unknown color: approx Stiletto. HEX triplet: 85, 3A and 3B. RGB value is (133,58,59). Sum of RGB (Red+Green+Blue) = 133+58+59=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 59 (23.44% from 255 or 23.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #853A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853A3B is #7AC5C4. Grayscale: #505050. Windows color (decimal): -8046021 or 3881605. OLE color: 3881605.

HSL color Cylindrical-coordinate representation of color #853A3B: hue angle of 359.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #853A3B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1335859-
CMYK00.560.560.48
HSL359.2º39.27%37.45%-
HSV(B)359.2º56.39%52.16%-
XYZ11.988.335.11-
YUV80.54115.85165.42-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 53.2%
GREEN value IS 58 (23.05% from 255) = 23.2%
BLUE value IS 59 (23.44% from 255) = 23.6%
R=53.2%
G=23.2%
B=23.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133585900.560.560.48359.239.2737.45
Hex853A3B03838301672725
Octal205727307070605474745
Binary100001011110101110110111000111000110000101100111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853A3B; }

 p { color: rgb(133,58,59); }

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

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

 a { background-color: rgb(133,58,59); }

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

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

 span { border-color: rgb(133,58,59); }

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