#844170

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

Shades of Cosmic #844170

Tints of Cosmic #844170

Color information

#844170 (or 0x844170) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 70. RGB value is (132,65,112). Sum of RGB (Red+Green+Blue) = 132+65+112=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #844170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844170 is #7BBE8F. Grayscale: #5A5A5A. Windows color (decimal): -8109712 or 7356804. OLE color: 7356804.

HSL color Cylindrical-coordinate representation of color #844170: hue angle of 317.91º 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 #844170 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB13265112-
CMYK00.510.150.48
HSL317.91º34.01%38.63%-
HSV(B)317.91º50.76%51.76%-
XYZ14.339.8616.48-
YUV90.39140.2157.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 65 (25.78% from 255) = 21.04%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=42.72%
G=21.04%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326511200.510.150.48317.9134.0138.63
Hex844170033F3013e2227
Octal20410116006317604764247
Binary100001001000001111000001100111111110000100111110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844170; }

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

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

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

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

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

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

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

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