#854373

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

Shades of Cosmic #854373

Tints of Cosmic #854373

Color information

#854373 (or 0x854373) is unknown color: approx Cosmic. HEX triplet: 85, 43 and 73. RGB value is (133,67,115). Sum of RGB (Red+Green+Blue) = 133+67+115=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854373 is #7ABC8C. Grayscale: #5C5C5C. Windows color (decimal): -8043661 or 7553925. OLE color: 7553925.

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

Color convert

RGB13367115-
CMYK00.500.140.48
HSL316.36º33%39.22%-
HSV(B)316.36º49.62%52.16%-
XYZ14.7710.2417.42-
YUV92.21140.87157.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 67 (26.56% from 255) = 21.27%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=42.22%
G=21.27%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336711500.500.140.48316.363339.22
Hex854373032E3013c2127
Octal20510316306216604744147
Binary100001011000011111001101100101110110000100111100100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854373; }

 p { color: rgb(133,67,115); }

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

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

 a { background-color: rgb(133,67,115); }

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

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

 span { border-color: rgb(133,67,115); }

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