#874563

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

Shades of Cosmic #874563

Tints of Cosmic #874563

Color information

#874563 (or 0x874563) is unknown color: approx Cosmic. HEX triplet: 87, 45 and 63. RGB value is (135,69,99). Sum of RGB (Red+Green+Blue) = 135+69+99=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 99 (39.06% from 255 or 32.67% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #874563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874563 is #78BA9C. Grayscale: #5C5C5C. Windows color (decimal): -7912093 or 6505863. OLE color: 6505863.

HSL color Cylindrical-coordinate representation of color #874563: hue angle of 332.73º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #874563 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB1356999-
CMYK00.490.270.47
HSL332.73º32.35%40%-
HSV(B)332.73º48.89%52.94%-
XYZ14.3710.3113.04-
YUV92.15131.87158.56-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 99 (39.06% from 255) = 32.67%
R=44.55%
G=22.77%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135699900.490.270.47332.7332.3540
Hex8745630311B2F14d2028
Octal20710514306133575154050
Binary1000011110001011100011011000111011101111101001101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874563; }

 p { color: rgb(135,69,99); }

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

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

 a { background-color: rgb(135,69,99); }

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

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

 span { border-color: rgb(135,69,99); }

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