#824469

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

Shades of Cosmic #824469

Tints of Cosmic #824469

Color information

#824469 (or 0x824469) is unknown color: approx Cosmic. HEX triplet: 82, 44 and 69. RGB value is (130,68,105). Sum of RGB (Red+Green+Blue) = 130+68+105=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #824469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #824469 is #7DBB96. Grayscale: #5A5A5A. Windows color (decimal): -8240023 or 6898818. OLE color: 6898818.

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

Color convert

RGB13068105-
CMYK00.480.190.49
HSL324.19º31.31%38.82%-
HSV(B)324.19º47.69%50.98%-
XYZ13.829.914.55-
YUV90.76136.04155.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 68 (26.95% from 255) = 22.44%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=42.90%
G=22.44%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1306810500.480.190.49324.1931.3138.82
Hex82446903013311441f27
Octal20210415106023615043747
Binary100000101000100110100101100001001111000110100010011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824469; }

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

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

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

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

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

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

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

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