#834860

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

Shades of Cosmic #834860

Tints of Cosmic #834860

Color information

#834860 (or 0x834860) is unknown color: approx Cosmic. HEX triplet: 83, 48 and 60. RGB value is (131,72,96). Sum of RGB (Red+Green+Blue) = 131+72+96=299 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.81% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 131 - color contains mainly: red. Hex color #834860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834860 is #7CB79F. Grayscale: #5C5C5C. Windows color (decimal): -8173472 or 6310019. OLE color: 6310019.

HSL color Cylindrical-coordinate representation of color #834860: hue angle of 335.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834860 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB1317296-
CMYK00.450.270.49
HSL335.59º29.06%39.8%-
HSV(B)335.59º45.04%51.37%-
XYZ13.7910.312.33-
YUV92.38130.05155.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.81%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=43.81%
G=24.08%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131729600.450.270.49335.5929.0639.8
Hex83486002D1B311501d28
Octal20311014005533615203550
Binary100000111001000110000001011011101111000110101000011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834860; }

 p { color: rgb(131,72,96); }

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

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

 a { background-color: rgb(131,72,96); }

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

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

 span { border-color: rgb(131,72,96); }

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