#845671

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

Shades of Cosmic #845671

Tints of Cosmic #845671

Color information

#845671 (or 0x845671) is unknown color: approx Cosmic. HEX triplet: 84, 56 and 71. RGB value is (132,86,113). Sum of RGB (Red+Green+Blue) = 132+86+113=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #845671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845671 is #7BA98E. Grayscale: #666666. Windows color (decimal): -8104335 or 7427716. OLE color: 7427716.

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

Color convert

RGB13286113-
CMYK00.350.140.48
HSL324.78º21.1%42.75%-
HSV(B)324.78º34.85%51.76%-
XYZ15.8212.7517.25-
YUV102.83133.74148.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.88%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=39.88%
G=25.98%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328611300.350.140.48324.7821.142.75
Hex845671023E30145152b
Octal20412616104316605052553
Binary10000100101011011100010100011111011000010100010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845671; }

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

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

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

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

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

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

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

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