#845172

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

Shades of Cosmic #845172

Tints of Cosmic #845172

Color information

#845172 (or 0x845172) is unknown color: approx Cosmic. HEX triplet: 84, 51 and 72. RGB value is (132,81,114). Sum of RGB (Red+Green+Blue) = 132+81+114=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 114 (44.92% from 255 or 34.86% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #845172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845172 is #7BAE8D. Grayscale: #636363. Windows color (decimal): -8105614 or 7491972. OLE color: 7491972.

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

Color convert

RGB13281114-
CMYK00.390.140.48
HSL321.18º23.94%41.76%-
HSV(B)321.18º38.64%51.76%-
XYZ15.512.0117.42-
YUV100.01135.9150.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 114 (44.92% from 255) = 34.86%
R=40.37%
G=24.77%
B=34.86%

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
Decimal1328111400.390.140.48321.1823.9441.76
Hex845172027E30141182a
Octal20412116204716605013052
Binary10000100101000111100100100111111011000010100000111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845172; }

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

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

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

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

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

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

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

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