#854061

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

Shades of Cosmic #854061

Tints of Cosmic #854061

Color information

#854061 (or 0x854061) is unknown color: approx Cosmic. HEX triplet: 85, 40 and 61. RGB value is (133,64,97). Sum of RGB (Red+Green+Blue) = 133+64+97=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 64 (25.39% from 255 or 21.77% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #854061 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854061 is #7ABF9E. Grayscale: #585858. Windows color (decimal): -8044447 or 6373509. OLE color: 6373509.

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

Color convert

RGB1336497-
CMYK00.520.270.48
HSL331.3º35.03%38.63%-
HSV(B)331.3º51.88%52.16%-
XYZ13.669.5212.43-
YUV88.39132.86159.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 64 (25.39% from 255) = 21.77%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=45.24%
G=21.77%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133649700.520.270.48331.335.0338.63
Hex8540610341B3014b2327
Octal20510014106433605134347
Binary1000010110000001100001011010011011110000101001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854061; }

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

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

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

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

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

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

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

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