#854164

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

Shades of Cosmic #854164

Tints of Cosmic #854164

Color information

#854164 (or 0x854164) is unknown color: approx Cosmic. HEX triplet: 85, 41 and 64. RGB value is (133,65,100). Sum of RGB (Red+Green+Blue) = 133+65+100=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #854164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854164 is #7ABE9B. Grayscale: #595959. Windows color (decimal): -8044188 or 6570373. OLE color: 6570373.

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

Color convert

RGB13365100-
CMYK00.510.250.48
HSL329.12º34.34%38.82%-
HSV(B)329.12º51.13%52.16%-
XYZ13.869.6913.2-
YUV89.32134.03159.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 100 (39.45% from 255) = 33.56%
R=44.63%
G=21.81%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336510000.510.250.48329.1234.3438.82
Hex85416403319301492227
Octal20510114406331605114247
Binary1000010110000011100100011001111001110000101001001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854164; }

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

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

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

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

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

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

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

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