#883A44

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

Shades of Stiletto #883A44

Tints of Stiletto #883A44

Color information

#883A44 (or 0x883A44) is unknown color: approx Stiletto. HEX triplet: 88, 3A and 44. RGB value is (136,58,68). Sum of RGB (Red+Green+Blue) = 136+58+68=262 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.91% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 136 - color contains mainly: red. Hex color #883A44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883A44 is #77C5BB. Grayscale: #525252. Windows color (decimal): -7849404 or 4471432. OLE color: 4471432.

HSL color Cylindrical-coordinate representation of color #883A44: hue angle of 352.31º 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 #883A44 is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB1365868-
CMYK00.570.500.47
HSL352.31º40.21%38.04%-
HSV(B)352.31º57.35%53.33%-
XYZ12.718.686.47-
YUV82.46119.84166.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.91%
GREEN value IS 58 (23.05% from 255) = 22.14%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=51.91%
G=22.14%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136586800.570.500.47352.3140.2138.04
Hex883A44039322F1602826
Octal2107210407162575405046
Binary1000100011101010001000111001110010101111101100000101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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