#834960

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

Shades of Cosmic #834960

Tints of Cosmic #834960

Color information

#834960 (or 0x834960) is unknown color: approx Cosmic. HEX triplet: 83, 49 and 60. RGB value is (131,73,96). Sum of RGB (Red+Green+Blue) = 131+73+96=300 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 131 - color contains mainly: red. Hex color #834960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834960 is #7CB69F. Grayscale: #5C5C5C. Windows color (decimal): -8173216 or 6310275. OLE color: 6310275.

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

Color convert

RGB1317396-
CMYK00.440.270.49
HSL336.21º28.43%40%-
HSV(B)336.21º44.27%51.37%-
XYZ13.8510.4312.35-
YUV92.96129.72155.13-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.67%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 96 (37.89% from 255) = 32%
R=43.67%
G=24.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131739600.440.270.49336.2128.4340
Hex83496002C1B311501c28
Octal20311114005433615203450
Binary100000111001001110000001011001101111000110101000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834960; }

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

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

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

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

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

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

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

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