#844271

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

Shades of Cosmic #844271

Tints of Cosmic #844271

Color information

#844271 (or 0x844271) is unknown color: approx Cosmic. HEX triplet: 84, 42 and 71. RGB value is (132,66,113). Sum of RGB (Red+Green+Blue) = 132+66+113=311 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.44% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 132 - color contains mainly: red. Hex color #844271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844271 is #7BBD8E. Grayscale: #5A5A5A. Windows color (decimal): -8109455 or 7422596. OLE color: 7422596.

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

Color convert

RGB13266113-
CMYK00.50.140.48
HSL317.27º33.33%38.82%-
HSV(B)317.27º50%51.76%-
XYZ14.449.9916.79-
YUV91.09140.37157.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.44%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=42.44%
G=21.22%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326611300.50.140.48317.2733.3338.82
Hex844271032E3013d2127
Octal20410216106216604754147
Binary100001001000010111000101100101110110000100111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844271; }

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

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

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

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

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

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

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

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