#844571

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

Shades of Cosmic #844571

Tints of Cosmic #844571

Color information

#844571 (or 0x844571) is unknown color: approx Cosmic. HEX triplet: 84, 45 and 71. RGB value is (132,69,113). Sum of RGB (Red+Green+Blue) = 132+69+113=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #844571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844571 is #7BBA8E. Grayscale: #5C5C5C. Windows color (decimal): -8108687 or 7423364. OLE color: 7423364.

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

Color convert

RGB13269113-
CMYK00.480.140.48
HSL318.1º31.34%39.41%-
HSV(B)318.1º47.73%51.76%-
XYZ14.6210.3516.85-
YUV92.85139.37155.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 113 (44.53% from 255) = 35.99%
R=42.04%
G=21.97%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326911300.480.140.48318.131.3439.41
Hex844571030E3013e1f27
Octal20410516106016604763747
Binary10000100100010111100010110000111011000010011111011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844571; }

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

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

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

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

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

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

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

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