#844169

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

Shades of Cosmic #844169

Tints of Cosmic #844169

Color information

#844169 (or 0x844169) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 69. RGB value is (132,65,105). Sum of RGB (Red+Green+Blue) = 132+65+105=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #844169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844169 is #7BBE96. Grayscale: #595959. Windows color (decimal): -8109719 or 6898052. OLE color: 6898052.

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

Color convert

RGB13265105-
CMYK00.510.200.48
HSL324.18º34.01%38.63%-
HSV(B)324.18º50.76%51.76%-
XYZ13.969.7114.5-
YUV89.59136.7158.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=43.71%
G=21.52%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326510500.510.200.48324.1834.0138.63
Hex84416903314301442227
Octal20410115106324605044247
Binary1000010010000011101001011001110100110000101000100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844169; }

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

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

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

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

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

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

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

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