#88383E

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

Shades of Stiletto #88383E

Tints of Stiletto #88383E

Color information

#88383E (or 0x88383E) is unknown color: approx Stiletto. HEX triplet: 88, 38 and 3E. RGB value is (136,56,62). Sum of RGB (Red+Green+Blue) = 136+56+62=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #88383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88383E is #77C7C1. Grayscale: #505050. Windows color (decimal): -7849922 or 4077704. OLE color: 4077704.

HSL color Cylindrical-coordinate representation of color #88383E: hue angle of 355.5º 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 #88383E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB1365662-
CMYK00.590.540.47
HSL355.5º41.67%37.65%-
HSV(B)355.5º58.82%53.33%-
XYZ12.448.415.53-
YUV80.6117.5167.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 62 (24.61% from 255) = 24.41%
R=53.54%
G=22.05%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136566200.590.540.47355.541.6737.65
Hex88383E03B362F1642a26
Octal210707607366575445246
Binary100010001110001111100111011110110101111101100100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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