#834259

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

Shades of Cosmic #834259

Tints of Cosmic #834259

Color information

#834259 (or 0x834259) is unknown color: approx Cosmic. HEX triplet: 83, 42 and 59. RGB value is (131,66,89). Sum of RGB (Red+Green+Blue) = 131+66+89=286 (37% of max value = 765). Red value is 131 (51.56% from 255 or 45.80% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 131 - color contains mainly: red. Hex color #834259 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834259 is #7CBDA6. Grayscale: #585858. Windows color (decimal): -8175015 or 5849731. OLE color: 5849731.

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

Color convert

RGB1316689-
CMYK00.500.320.49
HSL338.77º32.99%38.63%-
HSV(B)338.77º49.62%51.37%-
XYZ13.119.4410.58-
YUV88.06128.53158.63-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.80%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=45.80%
G=23.08%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131668900.500.320.49338.7732.9938.63
Hex83425903220311532127
Octal20310213106240615234147
Binary10000011100001010110010110010100000110001101010011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834259; }

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

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

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

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

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

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

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

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