#845273

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

Shades of Cosmic #845273

Tints of Cosmic #845273

Color information

#845273 (or 0x845273) is unknown color: approx Cosmic. HEX triplet: 84, 52 and 73. RGB value is (132,82,115). Sum of RGB (Red+Green+Blue) = 132+82+115=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #845273 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845273 is #7BAD8C. Grayscale: #646464. Windows color (decimal): -8105357 or 7557764. OLE color: 7557764.

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

Color convert

RGB13282115-
CMYK00.380.130.48
HSL320.4º23.36%41.96%-
HSV(B)320.4º37.88%51.76%-
XYZ15.6312.1817.75-
YUV100.71136.06150.32-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 82 (32.42% from 255) = 24.92%
BLUE value IS 115 (45.31% from 255) = 34.95%
R=40.12%
G=24.92%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328211500.380.130.48320.423.3641.96
Hex845273026D30140172a
Octal20412216304615605002752
Binary10000100101001011100110100110110111000010100000010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845273; }

 p { color: rgb(132,82,115); }

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

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

 a { background-color: rgb(132,82,115); }

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

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

 span { border-color: rgb(132,82,115); }

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