#83596F

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

Shades of Cosmic #83596F

Tints of Cosmic #83596F

Color information

#83596F (or 0x83596F) is unknown color: approx Cosmic. HEX triplet: 83, 59 and 6F. RGB value is (131,89,111). Sum of RGB (Red+Green+Blue) = 131+89+111=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #83596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83596F is #7CA690. Grayscale: #686868. Windows color (decimal): -8169105 or 7297411. OLE color: 7297411.

HSL color Cylindrical-coordinate representation of color #83596F: hue angle of 328.57º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83596F is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB13189111-
CMYK00.320.150.49
HSL328.57º19.09%43.14%-
HSV(B)328.57º32.06%51.37%-
XYZ15.813.1216.74-
YUV104.07131.91147.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 89 (35.16% from 255) = 26.89%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=39.58%
G=26.89%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318911100.320.150.49328.5719.0943.14
Hex83596F020F31149132b
Octal20313115704017615112353
Binary10000011101100111011110100000111111000110100100110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83596F; }

 p { color: rgb(131,89,111); }

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

<style>
 a { background-color: #83596F; }

 a { background-color: rgb(131,89,111); }

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

<style>
 span { border-color: #83596F; }

 span { border-color: rgb(131,89,111); }

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