#83456A

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

Shades of Cosmic #83456A

Tints of Cosmic #83456A

Color information

#83456A (or 0x83456A) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 6A. RGB value is (131,69,106). Sum of RGB (Red+Green+Blue) = 131+69+106=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #83456A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83456A is #7CBA95. Grayscale: #5B5B5B. Windows color (decimal): -8174230 or 6964611. OLE color: 6964611.

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

Color convert

RGB13169106-
CMYK00.470.190.49
HSL324.19º31%39.22%-
HSV(B)324.19º47.33%51.37%-
XYZ14.0910.1214.85-
YUV91.76136.04155.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.81%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 106 (41.80% from 255) = 34.64%
R=42.81%
G=22.55%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316910600.470.190.49324.193139.22
Hex83456A02F13311441f27
Octal20310515205723615043747
Binary100000111000101110101001011111001111000110100010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83456A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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