#824864

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

Shades of Cosmic #824864

Tints of Cosmic #824864

Color information

#824864 (or 0x824864) is unknown color: approx Cosmic. HEX triplet: 82, 48 and 64. RGB value is (130,72,100). Sum of RGB (Red+Green+Blue) = 130+72+100=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #824864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824864 is #7DB79B. Grayscale: #5C5C5C. Windows color (decimal): -8239004 or 6572162. OLE color: 6572162.

HSL color Cylindrical-coordinate representation of color #824864: hue angle of 331.03º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #824864 is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB13072100-
CMYK00.450.230.49
HSL331.03º28.71%39.61%-
HSV(B)331.03º44.62%50.98%-
XYZ13.8210.313.32-
YUV92.53132.22154.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 72 (28.52% from 255) = 23.84%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=43.05%
G=23.84%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307210000.450.230.49331.0328.7139.61
Hex82486402D173114b1d28
Octal20211014405527615133550
Binary100000101001000110010001011011011111000110100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824864; }

 p { color: rgb(130,72,100); }

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

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

 a { background-color: rgb(130,72,100); }

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

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

 span { border-color: rgb(130,72,100); }

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