#834459

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

Shades of Cosmic #834459

Tints of Cosmic #834459

Color information

#834459 (or 0x834459) is unknown color: approx Cosmic. HEX triplet: 83, 44 and 59. RGB value is (131,68,89). Sum of RGB (Red+Green+Blue) = 131+68+89=288 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.49% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 131 - color contains mainly: red. Hex color #834459 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834459 is #7CBBA6. Grayscale: #595959. Windows color (decimal): -8174503 or 5850243. OLE color: 5850243.

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

Color convert

RGB1316889-
CMYK00.480.320.49
HSL340º31.66%39.02%-
HSV(B)340º48.09%51.37%-
XYZ13.239.6810.62-
YUV89.23127.87157.79-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.49%
GREEN value IS 68 (26.95% from 255) = 23.61%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=45.49%
G=23.61%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131688900.480.320.4934031.6639.02
Hex83445903020311542027
Octal20310413106040615244047
Binary10000011100010010110010110000100000110001101010100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834459; }

 p { color: rgb(131,68,89); }

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

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

 a { background-color: rgb(131,68,89); }

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

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

 span { border-color: rgb(131,68,89); }

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