#854261

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

Shades of Cosmic #854261

Tints of Cosmic #854261

Color information

#854261 (or 0x854261) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 61. RGB value is (133,66,97). Sum of RGB (Red+Green+Blue) = 133+66+97=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #854261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854261 is #7ABD9E. Grayscale: #595959. Windows color (decimal): -8043935 or 6374021. OLE color: 6374021.

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

Color convert

RGB1336697-
CMYK00.500.270.48
HSL332.24º33.67%39.02%-
HSV(B)332.24º50.38%52.16%-
XYZ13.789.7512.46-
YUV89.57132.2158.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=44.93%
G=22.30%
B=32.77%

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
Decimal133669700.500.270.48332.2433.6739.02
Hex8542610321B3014c2227
Octal20510214106233605144247
Binary1000010110000101100001011001011011110000101001100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854261; }

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

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

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

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

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

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

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

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