#824B6C

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

Shades of Cosmic #824B6C

Tints of Cosmic #824B6C

Color information

#824B6C (or 0x824B6C) is unknown color: approx Cosmic. HEX triplet: 82, 4B and 6C. RGB value is (130,75,108). Sum of RGB (Red+Green+Blue) = 130+75+108=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #824B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824B6C is #7DB493. Grayscale: #5F5F5F. Windows color (decimal): -8238228 or 7097218. OLE color: 7097218.

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

Color convert

RGB13075108-
CMYK00.420.170.49
HSL324º26.83%40.2%-
HSV(B)324º42.31%50.98%-
XYZ14.4310.8615.52-
YUV95.21135.22152.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.53%
GREEN value IS 75 (29.69% from 255) = 23.96%
BLUE value IS 108 (42.58% from 255) = 34.50%
R=41.53%
G=23.96%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307510800.420.170.4932426.8340.2
Hex824B6C02A11311441b28
Octal20211315405221615043350
Binary100000101001011110110001010101000111000110100010011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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