#883F5D

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

Shades of Cosmic #883F5D

Tints of Cosmic #883F5D

Color information

#883F5D (or 0x883F5D) is unknown color: approx Cosmic. HEX triplet: 88, 3F and 5D. RGB value is (136,63,93). Sum of RGB (Red+Green+Blue) = 136+63+93=292 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.58% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 136 - color contains mainly: red. Hex color #883F5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883F5D is #77C0A2. Grayscale: #585858. Windows color (decimal): -7848099 or 6111112. OLE color: 6111112.

HSL color Cylindrical-coordinate representation of color #883F5D: hue angle of 335.34º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #883F5D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1366393-
CMYK00.540.320.47
HSL335.34º36.68%39.02%-
HSV(B)335.34º53.68%53.33%-
XYZ13.919.5811.47-
YUV88.25130.68162.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.58%
GREEN value IS 63 (25% from 255) = 21.58%
BLUE value IS 93 (36.72% from 255) = 31.85%
R=46.58%
G=21.58%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136639300.540.320.47335.3436.6839.02
Hex883F5D036202F14f2527
Octal2107713506640575174547
Binary1000100011111110111010110110100000101111101001111100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,63,93); }

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

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

 a { background-color: rgb(136,63,93); }

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

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

 span { border-color: rgb(136,63,93); }

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