#854764

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

Shades of Cosmic #854764

Tints of Cosmic #854764

Color information

#854764 (or 0x854764) is unknown color: approx Cosmic. HEX triplet: 85, 47 and 64. RGB value is (133,71,100). Sum of RGB (Red+Green+Blue) = 133+71+100=304 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.75% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 133 - color contains mainly: red. Hex color #854764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854764 is #7AB89B. Grayscale: #5C5C5C. Windows color (decimal): -8042652 or 6571909. OLE color: 6571909.

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

Color convert

RGB13371100-
CMYK00.470.250.48
HSL331.94º30.39%40%-
HSV(B)331.94º46.62%52.16%-
XYZ14.2310.4113.32-
YUV92.84132.04156.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.75%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 100 (39.45% from 255) = 32.89%
R=43.75%
G=23.36%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337110000.470.250.48331.9430.3940
Hex85476402F193014c1e28
Octal20510714405731605143650
Binary100001011000111110010001011111100111000010100110011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854764; }

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

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

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

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

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

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

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

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