#825169

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

Shades of Cosmic #825169

Tints of Cosmic #825169

Color information

#825169 (or 0x825169) is unknown color: approx Cosmic. HEX triplet: 82, 51 and 69. RGB value is (130,81,105). Sum of RGB (Red+Green+Blue) = 130+81+105=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825169 is #7DAE96. Grayscale: #626262. Windows color (decimal): -8236695 or 6902146. OLE color: 6902146.

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

Color convert

RGB13081105-
CMYK00.380.190.49
HSL330.61º23.22%41.37%-
HSV(B)330.61º37.69%50.98%-
XYZ14.711.6514.84-
YUV98.39131.73150.55-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.14%
GREEN value IS 81 (32.03% from 255) = 25.63%
BLUE value IS 105 (41.41% from 255) = 33.23%
R=41.14%
G=25.63%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308110500.380.190.49330.6123.2241.37
Hex825169026133114b1729
Octal20212115104623615132751
Binary100000101010001110100101001101001111000110100101110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825169; }

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

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

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

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

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

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

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

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