#825273

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

Shades of Cosmic #825273

Tints of Cosmic #825273

Color information

#825273 (or 0x825273) is unknown color: approx Cosmic. HEX triplet: 82, 52 and 73. RGB value is (130,82,115). Sum of RGB (Red+Green+Blue) = 130+82+115=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #825273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825273 is #7DAD8C. Grayscale: #646464. Windows color (decimal): -8236429 or 7557762. OLE color: 7557762.

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

Color convert

RGB13082115-
CMYK00.370.120.49
HSL318.75º22.64%41.57%-
HSV(B)318.75º36.92%50.98%-
XYZ15.3212.0217.73-
YUV100.11136.4149.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 39.76%
GREEN value IS 82 (32.42% from 255) = 25.08%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=39.76%
G=25.08%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308211500.370.120.49318.7522.6441.57
Hex825273025C3113f172a
Octal20212216304514614772752
Binary10000010101001011100110100101110011000110011111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825273; }

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

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

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

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

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

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

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

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