#854365

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

Shades of Cosmic #854365

Tints of Cosmic #854365

Color information

#854365 (or 0x854365) is unknown color: approx Cosmic. HEX triplet: 85, 43 and 65. RGB value is (133,67,101). Sum of RGB (Red+Green+Blue) = 133+67+101=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 67 (26.56% from 255 or 22.26% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854365 is #7ABC9A. Grayscale: #5A5A5A. Windows color (decimal): -8043675 or 6636421. OLE color: 6636421.

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

Color convert

RGB13367101-
CMYK00.500.240.48
HSL329.09º33%39.22%-
HSV(B)329.09º49.62%52.16%-
XYZ14.039.9413.49-
YUV90.61133.87158.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 67 (26.56% from 255) = 22.26%
BLUE value IS 101 (39.84% from 255) = 33.55%
R=44.19%
G=22.26%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336710100.500.240.48329.093339.22
Hex85436503218301492127
Octal20510314506230605114147
Binary1000010110000111100101011001011000110000101001001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854365; }

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

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

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

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

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

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

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

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