#835169

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

Shades of Cosmic #835169

Tints of Cosmic #835169

Color information

#835169 (or 0x835169) is unknown color: approx Cosmic. HEX triplet: 83, 51 and 69. RGB value is (131,81,105). Sum of RGB (Red+Green+Blue) = 131+81+105=317 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.32% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 131 - color contains mainly: red. Hex color #835169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835169 is #7CAE96. Grayscale: #626262. Windows color (decimal): -8171159 or 6902147. OLE color: 6902147.

HSL color Cylindrical-coordinate representation of color #835169: hue angle of 331.2º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835169 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB13181105-
CMYK00.380.200.49
HSL331.2º23.58%41.57%-
HSV(B)331.2º38.17%51.37%-
XYZ14.8511.7314.85-
YUV98.69131.56151.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.32%
GREEN value IS 81 (32.03% from 255) = 25.55%
BLUE value IS 105 (41.41% from 255) = 33.12%
R=41.32%
G=25.55%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318110500.380.200.49331.223.5841.57
Hex835169026143114b182a
Octal20312115104624615133052
Binary100000111010001110100101001101010011000110100101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835169; }

 p { color: rgb(131,81,105); }

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

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

 a { background-color: rgb(131,81,105); }

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

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

 span { border-color: rgb(131,81,105); }

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