#854661

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

Shades of Cosmic #854661

Tints of Cosmic #854661

Color information

#854661 (or 0x854661) is unknown color: approx Cosmic. HEX triplet: 85, 46 and 61. RGB value is (133,70,97). Sum of RGB (Red+Green+Blue) = 133+70+97=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 133 - color contains mainly: red. Hex color #854661 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854661 is #7AB99E. Grayscale: #5B5B5B. Windows color (decimal): -8042911 or 6375045. OLE color: 6375045.

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

Color convert

RGB1337097-
CMYK00.470.270.48
HSL334.29º31.03%39.8%-
HSV(B)334.29º47.37%52.16%-
XYZ14.0210.2312.54-
YUV91.92130.87157.3-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.33%
GREEN value IS 70 (27.73% from 255) = 23.33%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=44.33%
G=23.33%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133709700.470.270.48334.2931.0339.8
Hex85466102F1B3014e1f28
Octal20510614105733605163750
Binary100001011000110110000101011111101111000010100111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854661; }

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

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

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

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

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

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

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

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