#854C6B

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

Shades of Cosmic #854C6B

Tints of Cosmic #854C6B

Color information

#854C6B (or 0x854C6B) is unknown color: approx Cosmic. HEX triplet: 85, 4C and 6B. RGB value is (133,76,107). Sum of RGB (Red+Green+Blue) = 133+76+107=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 76 (30.08% from 255 or 24.05% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #854C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854C6B is #7AB394. Grayscale: #606060. Windows color (decimal): -8041365 or 7031941. OLE color: 7031941.

HSL color Cylindrical-coordinate representation of color #854C6B: hue angle of 327.37º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #854C6B is Cyan = 0, Magento = 0.43, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13376107-
CMYK00.430.200.48
HSL327.37º27.27%40.98%-
HSV(B)327.37º42.86%52.16%-
XYZ14.9111.2215.29-
YUV96.58133.88153.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.09%
GREEN value IS 76 (30.08% from 255) = 24.05%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=42.09%
G=24.05%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337610700.430.200.48327.3727.2740.98
Hex854C6B02B14301471b29
Octal20511415305324605073351
Binary100001011001100110101101010111010011000010100011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C6B; }

 p { color: rgb(133,76,107); }

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

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

 a { background-color: rgb(133,76,107); }

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

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

 span { border-color: rgb(133,76,107); }

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