#844469

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

Shades of Cosmic #844469

Tints of Cosmic #844469

Color information

#844469 (or 0x844469) is unknown color: approx Cosmic. HEX triplet: 84, 44 and 69. RGB value is (132,68,105). Sum of RGB (Red+Green+Blue) = 132+68+105=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #844469 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844469 is #7BBB96. Grayscale: #5B5B5B. Windows color (decimal): -8108951 or 6898820. OLE color: 6898820.

HSL color Cylindrical-coordinate representation of color #844469: hue angle of 325.31º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844469 is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13268105-
CMYK00.480.200.48
HSL325.31º32%39.22%-
HSV(B)325.31º48.48%51.76%-
XYZ14.1310.0614.56-
YUV91.35135.7156.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 105 (41.41% from 255) = 34.43%
R=43.28%
G=22.30%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326810500.480.200.48325.313239.22
Hex84446903014301452027
Octal20410415106024605054047
Binary1000010010001001101001011000010100110000101000101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844469; }

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

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

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

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

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

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

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

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