#854270

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

Shades of Cosmic #854270

Tints of Cosmic #854270

Color information

#854270 (or 0x854270) is unknown color: approx Cosmic. HEX triplet: 85, 42 and 70. RGB value is (133,66,112). Sum of RGB (Red+Green+Blue) = 133+66+112=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #854270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854270 is #7ABD8F. Grayscale: #5B5B5B. Windows color (decimal): -8043920 or 7357061. OLE color: 7357061.

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

Color convert

RGB13366112-
CMYK00.500.160.48
HSL318.81º33.67%39.02%-
HSV(B)318.81º50.38%52.16%-
XYZ14.5510.0516.5-
YUV91.28139.7157.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=42.77%
G=21.22%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336611200.500.160.48318.8133.6739.02
Hex854270032103013f2227
Octal20510216006220604774247
Binary1000010110000101110000011001010000110000100111111100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854270; }

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

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

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

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

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

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

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

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