#824B5B

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

Shades of Cosmic #824B5B

Tints of Cosmic #824B5B

Color information

#824B5B (or 0x824B5B) is unknown color: approx Cosmic. HEX triplet: 82, 4B and 5B. RGB value is (130,75,91). Sum of RGB (Red+Green+Blue) = 130+75+91=296 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.92% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 130 - color contains mainly: red. Hex color #824B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B5B is #7DB4A4. Grayscale: #5D5D5D. Windows color (decimal): -8238245 or 5983106. OLE color: 5983106.

HSL color Cylindrical-coordinate representation of color #824B5B: hue angle of 342.55º degrees, saturation: 0.27, 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 #824B5B is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB1307591-
CMYK00.420.300.49
HSL342.55º26.83%40.2%-
HSV(B)342.55º42.31%50.98%-
XYZ13.6110.5311.21-
YUV93.27126.72154.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.92%
GREEN value IS 75 (29.69% from 255) = 25.34%
BLUE value IS 91 (35.94% from 255) = 30.74%
R=43.92%
G=25.34%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130759100.420.300.49342.5526.8340.2
Hex824B5B02A1E311571b28
Octal20211313305236615273350
Binary100000101001011101101101010101111011000110101011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,91); }

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

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

 a { background-color: rgb(130,75,91); }

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

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

 span { border-color: rgb(130,75,91); }

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