#845171

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

Shades of Cosmic #845171

Tints of Cosmic #845171

Color information

#845171 (or 0x845171) is unknown color: approx Cosmic. HEX triplet: 84, 51 and 71. RGB value is (132,81,113). Sum of RGB (Red+Green+Blue) = 132+81+113=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #845171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845171 is #7BAE8E. Grayscale: #636363. Windows color (decimal): -8105615 or 7426436. OLE color: 7426436.

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

Color convert

RGB13281113-
CMYK00.390.140.48
HSL322.35º23.94%41.76%-
HSV(B)322.35º38.64%51.76%-
XYZ15.4411.9817.12-
YUV99.9135.4150.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 81 (32.03% from 255) = 24.85%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=40.49%
G=24.85%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328111300.390.140.48322.3523.9441.76
Hex845171027E30142182a
Octal20412116104716605023052
Binary10000100101000111100010100111111011000010100001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845171; }

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

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

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

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

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

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

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

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