#825373

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

Shades of Cosmic #825373

Tints of Cosmic #825373

Color information

#825373 (or 0x825373) is unknown color: approx Cosmic. HEX triplet: 82, 53 and 73. RGB value is (130,83,115). Sum of RGB (Red+Green+Blue) = 130+83+115=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 115 (45.31% from 255 or 35.06% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #825373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825373 is #7DAC8C. Grayscale: #646464. Windows color (decimal): -8236173 or 7558018. OLE color: 7558018.

HSL color Cylindrical-coordinate representation of color #825373: hue angle of 319.15º 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 #825373 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB13083115-
CMYK00.360.120.49
HSL319.15º22.07%41.76%-
HSV(B)319.15º36.15%50.98%-
XYZ15.3912.1717.76-
YUV100.7136.07148.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.63%
GREEN value IS 83 (32.81% from 255) = 25.30%
BLUE value IS 115 (45.31% from 255) = 35.06%
R=39.63%
G=25.30%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308311500.360.120.49319.1522.0741.76
Hex825373024C3113f162a
Octal20212316304414614772652
Binary10000010101001111100110100100110011000110011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825373; }

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

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

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

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

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

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

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

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