#834573

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

Shades of Cosmic #834573

Tints of Cosmic #834573

Color information

#834573 (or 0x834573) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 73. RGB value is (131,69,115). Sum of RGB (Red+Green+Blue) = 131+69+115=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #834573 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834573 is #7CBA8C. Grayscale: #5C5C5C. Windows color (decimal): -8174221 or 7554435. OLE color: 7554435.

HSL color Cylindrical-coordinate representation of color #834573: hue angle of 315.48º 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 #834573 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13169115-
CMYK00.470.120.49
HSL315.48º31%39.22%-
HSV(B)315.48º47.33%51.37%-
XYZ14.5810.3217.44-
YUV92.78140.54155.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.59%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=41.59%
G=21.90%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316911500.470.120.49315.483139.22
Hex83457302FC3113b1f27
Octal20310516305714614733747
Binary10000011100010111100110101111110011000110011101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834573; }

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

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

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

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

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

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

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

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