#825263

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

Shades of Cosmic #825263

Tints of Cosmic #825263

Color information

#825263 (or 0x825263) is unknown color: approx Cosmic. HEX triplet: 82, 52 and 63. RGB value is (130,82,99). Sum of RGB (Red+Green+Blue) = 130+82+99=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825263 is #7DAD9C. Grayscale: #626262. Windows color (decimal): -8236445 or 6509186. OLE color: 6509186.

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

Color convert

RGB1308299-
CMYK00.370.240.49
HSL338.75º22.64%41.57%-
HSV(B)338.75º36.92%50.98%-
XYZ14.4811.6813.3-
YUV98.29128.4150.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 99 (39.06% from 255) = 31.83%
R=41.80%
G=26.37%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130829900.370.240.49338.7522.6441.57
Hex8252630251831153172a
Octal20212214304530615232752
Binary100000101010010110001101001011100011000110101001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825263; }

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

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

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

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

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

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

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

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