#835172

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

Shades of Cosmic #835172

Tints of Cosmic #835172

Color information

#835172 (or 0x835172) is unknown color: approx Cosmic. HEX triplet: 83, 51 and 72. RGB value is (131,81,114). Sum of RGB (Red+Green+Blue) = 131+81+114=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #835172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835172 is #7CAE8D. Grayscale: #636363. Windows color (decimal): -8171150 or 7491971. OLE color: 7491971.

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

Color convert

RGB13181114-
CMYK00.380.130.49
HSL320.4º23.58%41.57%-
HSV(B)320.4º38.17%51.37%-
XYZ15.3411.9317.41-
YUV99.71136.06150.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 114 (44.92% from 255) = 34.97%
R=40.18%
G=24.85%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1318111400.380.130.49320.423.5841.57
Hex835172026D31140182a
Octal20312116204615615003052
Binary10000011101000111100100100110110111000110100000011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835172; }

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

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

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

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

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

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

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

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