#854361

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

Shades of Cosmic #854361

Tints of Cosmic #854361

Color information

#854361 (or 0x854361) is unknown color: approx Cosmic. HEX triplet: 85, 43 and 61. RGB value is (133,67,97). Sum of RGB (Red+Green+Blue) = 133+67+97=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #854361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854361 is #7ABC9E. Grayscale: #5A5A5A. Windows color (decimal): -8043679 or 6374277. OLE color: 6374277.

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

Color convert

RGB1336797-
CMYK00.500.270.48
HSL332.73º33%39.22%-
HSV(B)332.73º49.62%52.16%-
XYZ13.849.8612.48-
YUV90.15131.87158.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=44.78%
G=22.56%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133679700.500.270.48332.733339.22
Hex8543610321B3014d2127
Octal20510314106233605154147
Binary1000010110000111100001011001011011110000101001101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854361; }

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

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

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

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

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

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

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

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