#825A6D

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

Shades of Cosmic #825A6D

Tints of Cosmic #825A6D

Color information

#825A6D (or 0x825A6D) is unknown color: approx Cosmic. HEX triplet: 82, 5A and 6D. RGB value is (130,90,109). Sum of RGB (Red+Green+Blue) = 130+90+109=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #825A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A6D is #7DA592. Grayscale: #686868. Windows color (decimal): -8234387 or 7166594. OLE color: 7166594.

HSL color Cylindrical-coordinate representation of color #825A6D: hue angle of 331.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #825A6D is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13090109-
CMYK00.310.160.49
HSL331.5º18.18%43.14%-
HSV(B)331.5º30.77%50.98%-
XYZ15.6213.1616.19-
YUV104.13130.75146.46-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.51%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 109 (42.97% from 255) = 33.13%
R=39.51%
G=27.36%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309010900.310.160.49331.518.1843.14
Hex825A6D01F103114c122b
Octal20213215503720615142253
Binary10000010101101011011010111111000011000110100110010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A6D; }

 p { color: rgb(130,90,109); }

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

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

 a { background-color: rgb(130,90,109); }

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

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

 span { border-color: rgb(130,90,109); }

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