#824169

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

Shades of Cosmic #824169

Tints of Cosmic #824169

Color information

#824169 (or 0x824169) is unknown color: approx Cosmic. HEX triplet: 82, 41 and 69. RGB value is (130,65,105). Sum of RGB (Red+Green+Blue) = 130+65+105=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 105 (41.41% from 255 or 35% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #824169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824169 is #7DBE96. Grayscale: #585858. Windows color (decimal): -8240791 or 6898050. OLE color: 6898050.

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

Color convert

RGB13065105-
CMYK00.500.190.49
HSL323.08º33.33%38.24%-
HSV(B)323.08º50%50.98%-
XYZ13.659.5514.49-
YUV89137.03157.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 105 (41.41% from 255) = 35%
R=43.33%
G=21.67%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306510500.500.190.49323.0833.3338.24
Hex82416903213311432126
Octal20210115106223615034146
Binary1000001010000011101001011001010011110001101000011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824169; }

 p { color: rgb(130,65,105); }

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

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

 a { background-color: rgb(130,65,105); }

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

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

 span { border-color: rgb(130,65,105); }

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