#844171

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

Shades of Cosmic #844171

Tints of Cosmic #844171

Color information

#844171 (or 0x844171) is unknown color: approx Cosmic. HEX triplet: 84, 41 and 71. RGB value is (132,65,113). Sum of RGB (Red+Green+Blue) = 132+65+113=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #844171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844171 is #7BBE8E. Grayscale: #5A5A5A. Windows color (decimal): -8109711 or 7422340. OLE color: 7422340.

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

Color convert

RGB13265113-
CMYK00.510.140.48
HSL317.01º34.01%38.63%-
HSV(B)317.01º50.76%51.76%-
XYZ14.399.8816.77-
YUV90.5140.7157.6-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 65 (25.78% from 255) = 20.97%
BLUE value IS 113 (44.53% from 255) = 36.45%
R=42.58%
G=20.97%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326511300.510.140.48317.0134.0138.63
Hex844171033E3013d2227
Octal20410116106316604754247
Binary100001001000001111000101100111110110000100111101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844171; }

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

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

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

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

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

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

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

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