#854161

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

Shades of Cosmic #854161

Tints of Cosmic #854161

Color information

#854161 (or 0x854161) is unknown color: approx Cosmic. HEX triplet: 85, 41 and 61. RGB value is (133,65,97). Sum of RGB (Red+Green+Blue) = 133+65+97=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #854161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854161 is #7ABE9E. Grayscale: #585858. Windows color (decimal): -8044191 or 6373765. OLE color: 6373765.

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

Color convert

RGB1336597-
CMYK00.510.270.48
HSL331.76º34.34%38.82%-
HSV(B)331.76º51.13%52.16%-
XYZ13.729.6312.44-
YUV88.98132.53159.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 65 (25.78% from 255) = 22.03%
BLUE value IS 97 (38.28% from 255) = 32.88%
R=45.08%
G=22.03%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133659700.510.270.48331.7634.3438.82
Hex8541610331B3014c2227
Octal20510114106333605144247
Binary1000010110000011100001011001111011110000101001100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854161; }

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

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

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

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

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

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

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

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