#83485A

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

Shades of Cosmic #83485A

Tints of Cosmic #83485A

Color information

#83485A (or 0x83485A) is unknown color: approx Cosmic. HEX triplet: 83, 48 and 5A. RGB value is (131,72,90). Sum of RGB (Red+Green+Blue) = 131+72+90=293 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.71% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 131 - color contains mainly: red. Hex color #83485A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83485A is #7CB7A5. Grayscale: #5B5B5B. Windows color (decimal): -8173478 or 5916803. OLE color: 5916803.

HSL color Cylindrical-coordinate representation of color #83485A: hue angle of 341.69º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #83485A is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1317290-
CMYK00.450.310.49
HSL341.69º29.06%39.8%-
HSV(B)341.69º45.04%51.37%-
XYZ13.5210.210.93-
YUV91.69127.05156.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.71%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 90 (35.55% from 255) = 30.72%
R=44.71%
G=24.57%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131729000.450.310.49341.6929.0639.8
Hex83485A02D1F311561d28
Octal20311013205537615263550
Binary100000111001000101101001011011111111000110101011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83485A; }

 p { color: rgb(131,72,90); }

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

<style>
 a { background-color: #83485A; }

 a { background-color: rgb(131,72,90); }

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

<style>
 span { border-color: #83485A; }

 span { border-color: rgb(131,72,90); }

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