#824563

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

Shades of Cosmic #824563

Tints of Cosmic #824563

Color information

#824563 (or 0x824563) is unknown color: approx Cosmic. HEX triplet: 82, 45 and 63. RGB value is (130,69,99). Sum of RGB (Red+Green+Blue) = 130+69+99=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #824563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824563 is #7DBA9C. Grayscale: #5A5A5A. Windows color (decimal): -8239773 or 6505858. OLE color: 6505858.

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

Color convert

RGB1306999-
CMYK00.470.240.49
HSL330.49º30.65%39.02%-
HSV(B)330.49º46.92%50.98%-
XYZ13.599.913-
YUV90.66132.71156.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 99 (39.06% from 255) = 33.22%
R=43.62%
G=23.15%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130699900.470.240.49330.4930.6539.02
Hex82456302F183114a1f27
Octal20210514305730615123747
Binary100000101000101110001101011111100011000110100101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824563; }

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

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

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

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

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

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

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

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