#83406E

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

Shades of Cosmic #83406E

Tints of Cosmic #83406E

Color information

#83406E (or 0x83406E) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 6E. RGB value is (131,64,110). Sum of RGB (Red+Green+Blue) = 131+64+110=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #83406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83406E is #7CBF91. Grayscale: #595959. Windows color (decimal): -8175506 or 7225475. OLE color: 7225475.

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

Color convert

RGB13164110-
CMYK00.510.160.49
HSL318.81º34.36%38.24%-
HSV(B)318.81º51.15%51.37%-
XYZ14.019.6215.87-
YUV89.28139.7157.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 64 (25.39% from 255) = 20.98%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=42.95%
G=20.98%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316411000.510.160.49318.8134.3638.24
Hex83406E033103113f2226
Octal20310015606320614774246
Binary1000001110000001101110011001110000110001100111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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