#835170

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

Shades of Cosmic #835170

Tints of Cosmic #835170

Color information

#835170 (or 0x835170) is unknown color: approx Cosmic. HEX triplet: 83, 51 and 70. RGB value is (131,81,112). Sum of RGB (Red+Green+Blue) = 131+81+112=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #835170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835170 is #7CAE8F. Grayscale: #636363. Windows color (decimal): -8171152 or 7360899. OLE color: 7360899.

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

Color convert

RGB13181112-
CMYK00.380.150.49
HSL322.8º23.58%41.57%-
HSV(B)322.8º38.17%51.37%-
XYZ15.2311.8816.82-
YUV99.48135.06150.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 81 (32.03% from 255) = 25%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=40.43%
G=25%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318111200.380.150.49322.823.5841.57
Hex835170026F31143182a
Octal20312116004617615033052
Binary10000011101000111100000100110111111000110100001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835170; }

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

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

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

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

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

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

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

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