#824069

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

Shades of Cosmic #824069

Tints of Cosmic #824069

Color information

#824069 (or 0x824069) is unknown color: approx Cosmic. HEX triplet: 82, 40 and 69. RGB value is (130,64,105). Sum of RGB (Red+Green+Blue) = 130+64+105=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #824069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824069 is #7DBF96. Grayscale: #585858. Windows color (decimal): -8241047 or 6897794. OLE color: 6897794.

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

Color convert

RGB13064105-
CMYK00.510.190.49
HSL322.73º34.02%38.04%-
HSV(B)322.73º50.77%50.98%-
XYZ13.599.4314.47-
YUV88.41137.37157.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=43.48%
G=21.40%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306410500.510.190.49322.7334.0238.04
Hex82406903313311432226
Octal20210015106323615034246
Binary1000001010000001101001011001110011110001101000011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824069; }

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

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

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

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

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

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

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

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