#854260

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

Shades of Cosmic #854260

Tints of Cosmic #854260

Color information

#854260 (or 0x854260) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 60. RGB value is (133,66,96). Sum of RGB (Red+Green+Blue) = 133+66+96=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #854260 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854260 is #7ABD9F. Grayscale: #595959. Windows color (decimal): -8043936 or 6308485. OLE color: 6308485.

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

Color convert

RGB1336696-
CMYK00.500.280.48
HSL333.13º33.67%39.02%-
HSV(B)333.13º50.38%52.16%-
XYZ13.739.7312.22-
YUV89.45131.7159.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=45.08%
G=22.37%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133669600.500.280.48333.1333.6739.02
Hex8542600321C3014d2227
Octal20510214006234605154247
Binary1000010110000101100000011001011100110000101001101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854260; }

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

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

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

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

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

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

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

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