#825370

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

Shades of Cosmic #825370

Tints of Cosmic #825370

Color information

#825370 (or 0x825370) is unknown color: approx Cosmic. HEX triplet: 82, 53 and 70. RGB value is (130,83,112). Sum of RGB (Red+Green+Blue) = 130+83+112=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #825370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825370 is #7DAC8F. Grayscale: #646464. Windows color (decimal): -8236176 or 7361410. OLE color: 7361410.

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

Color convert

RGB13083112-
CMYK00.360.140.49
HSL322.98º22.07%41.76%-
HSV(B)322.98º36.15%50.98%-
XYZ15.2212.116.86-
YUV100.36134.57149.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 40%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=40%
G=25.54%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308311200.360.140.49322.9822.0741.76
Hex825370024E31143162a
Octal20212316004416615032652
Binary10000010101001111100000100100111011000110100001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825370; }

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

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

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

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

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

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

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

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