#825264

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

Shades of Cosmic #825264

Tints of Cosmic #825264

Color information

#825264 (or 0x825264) is unknown color: approx Cosmic. HEX triplet: 82, 52 and 64. RGB value is (130,82,100). Sum of RGB (Red+Green+Blue) = 130+82+100=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825264 is #7DAD9B. Grayscale: #626262. Windows color (decimal): -8236444 or 6574722. OLE color: 6574722.

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

Color convert

RGB13082100-
CMYK00.370.230.49
HSL337.5º22.64%41.57%-
HSV(B)337.5º36.92%50.98%-
XYZ14.5211.713.55-
YUV98.4128.9150.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.67%
GREEN value IS 82 (32.42% from 255) = 26.28%
BLUE value IS 100 (39.45% from 255) = 32.05%
R=41.67%
G=26.28%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308210000.370.230.49337.522.6441.57
Hex8252640251731152172a
Octal20212214404527615222752
Binary100000101010010110010001001011011111000110101001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825264; }

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

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

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

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

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

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

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

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