#83406A

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

Shades of Cosmic #83406A

Tints of Cosmic #83406A

Color information

#83406A (or 0x83406A) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 6A. RGB value is (131,64,106). Sum of RGB (Red+Green+Blue) = 131+64+106=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #83406A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83406A is #7CBF95. Grayscale: #585858. Windows color (decimal): -8175510 or 6963331. OLE color: 6963331.

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

Color convert

RGB13164106-
CMYK00.510.190.49
HSL322.39º34.36%38.24%-
HSV(B)322.39º51.15%51.37%-
XYZ13.799.5314.75-
YUV88.82137.7158.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=43.52%
G=21.26%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316410600.510.190.49322.3934.3638.24
Hex83406A03313311422226
Octal20310015206323615024246
Binary1000001110000001101010011001110011110001101000010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83406A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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