#825C71

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

Shades of Cosmic #825C71

Tints of Cosmic #825C71

Color information

#825C71 (or 0x825C71) is unknown color: approx Cosmic. HEX triplet: 82, 5C and 71. RGB value is (130,92,113). Sum of RGB (Red+Green+Blue) = 130+92+113=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C71 is #7DA38E. Grayscale: #696969. Windows color (decimal): -8233871 or 7429250. OLE color: 7429250.

HSL color Cylindrical-coordinate representation of color #825C71: hue angle of 326.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C71 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB13092113-
CMYK00.290.130.49
HSL326.84º17.12%43.53%-
HSV(B)326.84º29.23%50.98%-
XYZ16.0113.5917.4-
YUV105.76132.09145.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 38.81%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=38.81%
G=27.46%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1309211300.290.130.49326.8417.1243.53
Hex825C7101DD31147112c
Octal20213416103515615072154
Binary1000001010111001110001011101110111000110100011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,92,113); }

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

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

 a { background-color: rgb(130,92,113); }

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

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

 span { border-color: rgb(130,92,113); }

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