#874461

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

Shades of Cosmic #874461

Tints of Cosmic #874461

Color information

#874461 (or 0x874461) is unknown color: approx Cosmic. HEX triplet: 87, 44 and 61. RGB value is (135,68,97). Sum of RGB (Red+Green+Blue) = 135+68+97=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 135 - color contains mainly: red. Hex color #874461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #874461 is #78BB9E. Grayscale: #5B5B5B. Windows color (decimal): -7912351 or 6374535. OLE color: 6374535.

HSL color Cylindrical-coordinate representation of color #874461: hue angle of 334.03º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #874461 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1356897-
CMYK00.500.280.47
HSL334.03º33%39.8%-
HSV(B)334.03º49.63%52.94%-
XYZ14.2210.1512.52-
YUV91.34131.2159.14-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 68 (26.95% from 255) = 22.67%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=45%
G=22.67%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135689700.500.280.47334.033339.8
Hex8744610321C2F14e2128
Octal20710414106234575164150
Binary1000011110001001100001011001011100101111101001110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #874461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #874461; }

 p { color: rgb(135,68,97); }

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

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

 a { background-color: rgb(135,68,97); }

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

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

 span { border-color: rgb(135,68,97); }

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