#83405E

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

Shades of Cosmic #83405E

Tints of Cosmic #83405E

Color information

#83405E (or 0x83405E) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 5E. RGB value is (131,64,94). Sum of RGB (Red+Green+Blue) = 131+64+94=289 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.33% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 131 - color contains mainly: red. Hex color #83405E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83405E is #7CBFA1. Grayscale: #575757. Windows color (decimal): -8175522 or 6176899. OLE color: 6176899.

HSL color Cylindrical-coordinate representation of color #83405E: hue angle of 333.13º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #83405E is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1316494-
CMYK00.510.280.49
HSL333.13º34.36%38.24%-
HSV(B)333.13º51.15%51.37%-
XYZ13.219.311.69-
YUV87.45131.7159.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.33%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=45.33%
G=22.15%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131649400.510.280.49333.1334.3638.24
Hex83405E0331C3114d2226
Octal20310013606334615154246
Binary1000001110000001011110011001111100110001101001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,64,94); }

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

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

 a { background-color: rgb(131,64,94); }

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

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

 span { border-color: rgb(131,64,94); }

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