#88383D

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

Shades of Stiletto #88383D

Tints of Stiletto #88383D

Color information

#88383D (or 0x88383D) is unknown color: approx Stiletto. HEX triplet: 88, 38 and 3D. RGB value is (136,56,61). Sum of RGB (Red+Green+Blue) = 136+56+61=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88383D is #77C7C2. Grayscale: #505050. Windows color (decimal): -7849923 or 4012168. OLE color: 4012168.

HSL color Cylindrical-coordinate representation of color #88383D: hue angle of 356.25º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #88383D is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1365661-
CMYK00.590.550.47
HSL356.25º41.67%37.65%-
HSV(B)356.25º58.82%53.33%-
XYZ12.418.45.38-
YUV80.49117167.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 56 (22.27% from 255) = 22.13%
BLUE value IS 61 (24.22% from 255) = 24.11%
R=53.75%
G=22.13%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136566100.590.550.47356.2541.6737.65
Hex88383D03B372F1642a26
Octal210707507367575445246
Binary100010001110001111010111011110111101111101100100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88383D; }

 p { color: rgb(136,56,61); }

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

<style>
 a { background-color: #88383D; }

 a { background-color: rgb(136,56,61); }

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

<style>
 span { border-color: #88383D; }

 span { border-color: rgb(136,56,61); }

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