#834560

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

Shades of Cosmic #834560

Tints of Cosmic #834560

Color information

#834560 (or 0x834560) is unknown color: approx Cosmic. HEX triplet: 83, 45 and 60. RGB value is (131,69,96). Sum of RGB (Red+Green+Blue) = 131+69+96=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #834560 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834560 is #7CBA9F. Grayscale: #5A5A5A. Windows color (decimal): -8174240 or 6309251. OLE color: 6309251.

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

Color convert

RGB1316996-
CMYK00.470.270.49
HSL333.87º31%39.22%-
HSV(B)333.87º47.33%51.37%-
XYZ13.69.9312.27-
YUV90.62131.04156.8-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 69 (27.34% from 255) = 23.31%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=44.26%
G=23.31%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131699600.470.270.49333.873139.22
Hex83456002F1B3114e1f27
Octal20310514005733615163747
Binary100000111000101110000001011111101111000110100111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834560; }

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

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

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

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

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

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

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

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