#83405C

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

Shades of Cosmic #83405C

Tints of Cosmic #83405C

Color information

#83405C (or 0x83405C) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 5C. RGB value is (131,64,92). Sum of RGB (Red+Green+Blue) = 131+64+92=287 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.64% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 131 - color contains mainly: red. Hex color #83405C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83405C is #7CBFA3. Grayscale: #575757. Windows color (decimal): -8175524 or 6045827. OLE color: 6045827.

HSL color Cylindrical-coordinate representation of color #83405C: hue angle of 334.93º 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 #83405C is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1316492-
CMYK00.510.300.49
HSL334.93º34.36%38.24%-
HSV(B)334.93º51.15%51.37%-
XYZ13.139.2611.22-
YUV87.22130.7159.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.64%
GREEN value IS 64 (25.39% from 255) = 22.30%
BLUE value IS 92 (36.33% from 255) = 32.06%
R=45.64%
G=22.30%
B=32.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131649200.510.300.49334.9334.3638.24
Hex83405C0331E3114f2226
Octal20310013406336615174246
Binary1000001110000001011100011001111110110001101001111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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