#824569

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

Shades of Cosmic #824569

Tints of Cosmic #824569

Color information

#824569 (or 0x824569) is unknown color: approx Cosmic. HEX triplet: 82, 45 and 69. RGB value is (130,69,105). Sum of RGB (Red+Green+Blue) = 130+69+105=304 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.76% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 130 - color contains mainly: red. Hex color #824569 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824569 is #7DBA96. Grayscale: #5B5B5B. Windows color (decimal): -8239767 or 6899074. OLE color: 6899074.

HSL color Cylindrical-coordinate representation of color #824569: hue angle of 324.59º 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 #824569 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB13069105-
CMYK00.470.190.49
HSL324.59º30.65%39.02%-
HSV(B)324.59º46.92%50.98%-
XYZ13.8810.0214.57-
YUV91.34135.71155.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.76%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=42.76%
G=22.70%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306910500.470.190.49324.5930.6539.02
Hex82456902F13311451f27
Octal20210515105723615053747
Binary100000101000101110100101011111001111000110100010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824569; }

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

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

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

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

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

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

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

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