#824C5D

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

Shades of Cosmic #824C5D

Tints of Cosmic #824C5D

Color information

#824C5D (or 0x824C5D) is unknown color: approx Cosmic. HEX triplet: 82, 4C and 5D. RGB value is (130,76,93). Sum of RGB (Red+Green+Blue) = 130+76+93=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #824C5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824C5D is #7DB3A2. Grayscale: #5E5E5E. Windows color (decimal): -8237987 or 6114434. OLE color: 6114434.

HSL color Cylindrical-coordinate representation of color #824C5D: hue angle of 341.11º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #824C5D is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB1307693-
CMYK00.420.280.49
HSL341.11º26.21%40.39%-
HSV(B)341.11º41.54%50.98%-
XYZ13.7710.7111.7-
YUV94.08127.39153.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=43.48%
G=25.42%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130769300.420.280.49341.1126.2140.39
Hex824C5D02A1C311551a28
Octal20211413505234615253250
Binary100000101001100101110101010101110011000110101010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824C5D; }

 p { color: rgb(130,76,93); }

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

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

 a { background-color: rgb(130,76,93); }

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

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

 span { border-color: rgb(130,76,93); }

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