#883A3B

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

Shades of Stiletto #883A3B

Tints of Stiletto #883A3B

Color information

#883A3B (or 0x883A3B) is unknown color: approx Stiletto. HEX triplet: 88, 3A and 3B. RGB value is (136,58,59). Sum of RGB (Red+Green+Blue) = 136+58+59=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #883A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A3B is #77C5C4. Grayscale: #515151. Windows color (decimal): -7849413 or 3881608. OLE color: 3881608.

HSL color Cylindrical-coordinate representation of color #883A3B: hue angle of 359.23º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #883A3B is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB1365859-
CMYK00.570.570.47
HSL359.23º40.21%38.04%-
HSV(B)359.23º57.35%53.33%-
XYZ12.468.585.14-
YUV81.44115.34166.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 59 (23.44% from 255) = 23.32%
R=53.75%
G=22.92%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136585900.570.570.47359.2340.2138.04
Hex883A3B039392F1672826
Octal210727307171575475046
Binary100010001110101110110111001111001101111101100111101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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