#824766

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

Shades of Cosmic #824766

Tints of Cosmic #824766

Color information

#824766 (or 0x824766) is unknown color: approx Cosmic. HEX triplet: 82, 47 and 66. RGB value is (130,71,102). Sum of RGB (Red+Green+Blue) = 130+71+102=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824766 is #7DB899. Grayscale: #5C5C5C. Windows color (decimal): -8239258 or 6702978. OLE color: 6702978.

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

Color convert

RGB13071102-
CMYK00.450.220.49
HSL328.47º29.35%39.41%-
HSV(B)328.47º45.38%50.98%-
XYZ13.8610.2113.81-
YUV92.18133.55154.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=42.90%
G=23.43%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307110200.450.220.49328.4729.3539.41
Hex82476602D16311481d27
Octal20210714605526615103547
Binary100000101000111110011001011011011011000110100100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824766; }

 p { color: rgb(130,71,102); }

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

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

 a { background-color: rgb(130,71,102); }

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

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

 span { border-color: rgb(130,71,102); }

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