#824065

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

Shades of Cosmic #824065

Tints of Cosmic #824065

Color information

#824065 (or 0x824065) is unknown color: approx Cosmic. HEX triplet: 82, 40 and 65. RGB value is (130,64,101). Sum of RGB (Red+Green+Blue) = 130+64+101=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #824065 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824065 is #7DBF9A. Grayscale: #575757. Windows color (decimal): -8241051 or 6635650. OLE color: 6635650.

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

Color convert

RGB13064101-
CMYK00.510.220.49
HSL326.36º34.02%38.04%-
HSV(B)326.36º50.77%50.98%-
XYZ13.399.3513.41-
YUV87.95135.37157.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 101 (39.84% from 255) = 34.24%
R=44.07%
G=21.69%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306410100.510.220.49326.3634.0238.04
Hex82406503316311462226
Octal20210014506326615064246
Binary1000001010000001100101011001110110110001101000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824065; }

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

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

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

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

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

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

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

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