#825270

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

Shades of Cosmic #825270

Tints of Cosmic #825270

Color information

#825270 (or 0x825270) is unknown color: approx Cosmic. HEX triplet: 82, 52 and 70. RGB value is (130,82,112). Sum of RGB (Red+Green+Blue) = 130+82+112=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825270 is #7DAD8F. Grayscale: #636363. Windows color (decimal): -8236432 or 7361154. OLE color: 7361154.

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

Color convert

RGB13082112-
CMYK00.370.140.49
HSL322.5º22.64%41.57%-
HSV(B)322.5º36.92%50.98%-
XYZ15.1511.9516.84-
YUV99.77134.9149.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40.12%
GREEN value IS 82 (32.42% from 255) = 25.31%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=40.12%
G=25.31%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308211200.370.140.49322.522.6441.57
Hex825270025E31142172a
Octal20212216004516615022752
Binary10000010101001011100000100101111011000110100001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825270; }

 p { color: rgb(130,82,112); }

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

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

 a { background-color: rgb(130,82,112); }

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

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

 span { border-color: rgb(130,82,112); }

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