#854165

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

Shades of Cosmic #854165

Tints of Cosmic #854165

Color information

#854165 (or 0x854165) is unknown color: approx Cosmic. HEX triplet: 85, 41 and 65. RGB value is (133,65,101). Sum of RGB (Red+Green+Blue) = 133+65+101=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854165 is #7ABE9A. Grayscale: #595959. Windows color (decimal): -8044187 or 6635909. OLE color: 6635909.

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

Color convert

RGB13365101-
CMYK00.510.240.48
HSL328.24º34.34%38.82%-
HSV(B)328.24º51.13%52.16%-
XYZ13.919.7113.45-
YUV89.44134.53159.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.48%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=44.48%
G=21.74%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336510100.510.240.48328.2434.3438.82
Hex85416503318301482227
Octal20510114506330605104247
Binary1000010110000011100101011001111000110000101001000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854165; }

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

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

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

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

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

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

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

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