#825064

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

Shades of Cosmic #825064

Tints of Cosmic #825064

Color information

#825064 (or 0x825064) is unknown color: approx Cosmic. HEX triplet: 82, 50 and 64. RGB value is (130,80,100). Sum of RGB (Red+Green+Blue) = 130+80+100=310 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.94% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 130 - color contains mainly: red. Hex color #825064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825064 is #7DAF9B. Grayscale: #616161. Windows color (decimal): -8236956 or 6574210. OLE color: 6574210.

HSL color Cylindrical-coordinate representation of color #825064: hue angle of 336º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825064 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13080100-
CMYK00.380.230.49
HSL336º23.81%41.18%-
HSV(B)336º38.46%50.98%-
XYZ14.3711.413.5-
YUV97.23129.56151.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.94%
GREEN value IS 80 (31.64% from 255) = 25.81%
BLUE value IS 100 (39.45% from 255) = 32.26%
R=41.94%
G=25.81%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308010000.380.230.4933623.8141.18
Hex82506402617311501829
Octal20212014404627615203051
Binary100000101010000110010001001101011111000110101000011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825064; }

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

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

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

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

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

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

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

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