#883E6E

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

Shades of Cosmic #883E6E

Tints of Cosmic #883E6E

Color information

#883E6E (or 0x883E6E) is unknown color: approx Cosmic. HEX triplet: 88, 3E and 6E. RGB value is (136,62,110). Sum of RGB (Red+Green+Blue) = 136+62+110=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 62 (24.61% from 255 or 20.13% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #883E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #883E6E is #77C191. Grayscale: #595959. Windows color (decimal): -7848338 or 7224968. OLE color: 7224968.

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

Color convert

RGB13662110-
CMYK00.540.190.47
HSL321.08º37.37%38.82%-
HSV(B)321.08º54.41%53.33%-
XYZ14.699.8115.87-
YUV89.6139.52161.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 62 (24.61% from 255) = 20.13%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=44.16%
G=20.13%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366211000.540.190.47321.0837.3738.82
Hex883E6E036132F1412527
Octal2107615606623575014547
Binary100010001111101101110011011010011101111101000001100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #883E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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