#854464

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

Shades of Cosmic #854464

Tints of Cosmic #854464

Color information

#854464 (or 0x854464) is unknown color: approx Cosmic. HEX triplet: 85, 44 and 64. RGB value is (133,68,100). Sum of RGB (Red+Green+Blue) = 133+68+100=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854464 is #7ABB9B. Grayscale: #5B5B5B. Windows color (decimal): -8043420 or 6571141. OLE color: 6571141.

HSL color Cylindrical-coordinate representation of color #854464: hue angle of 330.46º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854464 is Cyan = 0, Magento = 0.49, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13368100-
CMYK00.490.250.48
HSL330.46º32.34%39.41%-
HSV(B)330.46º48.87%52.16%-
XYZ14.0410.0413.25-
YUV91.08133.03157.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=44.19%
G=22.59%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336810000.490.250.48330.4632.3439.41
Hex854464031193014a2027
Octal20510414406131605124047
Binary1000010110001001100100011000111001110000101001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854464; }

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

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

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

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

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

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

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

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