#825065

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

Shades of Cosmic #825065

Tints of Cosmic #825065

Color information

#825065 (or 0x825065) is unknown color: approx Cosmic. HEX triplet: 82, 50 and 65. RGB value is (130,80,101). Sum of RGB (Red+Green+Blue) = 130+80+101=311 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.80% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 130 - color contains mainly: red. Hex color #825065 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825065 is #7DAF9A. Grayscale: #616161. Windows color (decimal): -8236955 or 6639746. OLE color: 6639746.

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

Color convert

RGB13080101-
CMYK00.380.220.49
HSL334.8º23.81%41.18%-
HSV(B)334.8º38.46%50.98%-
XYZ14.4211.4213.76-
YUV97.34130.06151.29-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.80%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 101 (39.84% from 255) = 32.48%
R=41.80%
G=25.72%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308010100.380.220.49334.823.8141.18
Hex825065026163114f1829
Octal20212014504626615173051
Binary100000101010000110010101001101011011000110100111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825065; }

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

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

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

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

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

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

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

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