#87425E

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

Shades of Cosmic #87425E

Tints of Cosmic #87425E

Color information

#87425E (or 0x87425E) is unknown color: approx Cosmic. HEX triplet: 87, 42 and 5E. RGB value is (135,66,94). Sum of RGB (Red+Green+Blue) = 135+66+94=295 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.76% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 135 - color contains mainly: red. Hex color #87425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87425E is #78BDA1. Grayscale: #595959. Windows color (decimal): -7912866 or 6177415. OLE color: 6177415.

HSL color Cylindrical-coordinate representation of color #87425E: hue angle of 335.65º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #87425E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB1356694-
CMYK00.510.300.47
HSL335.65º34.33%39.41%-
HSV(B)335.65º51.11%52.94%-
XYZ13.969.8611.76-
YUV89.82130.36160.22-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.76%
GREEN value IS 66 (26.17% from 255) = 22.37%
BLUE value IS 94 (37.11% from 255) = 31.86%
R=45.76%
G=22.37%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135669400.510.300.47335.6534.3339.41
Hex87425E0331E2F1502227
Octal20710213606336575204247
Binary1000011110000101011110011001111110101111101010000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87425E; }

 p { color: rgb(135,66,94); }

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

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

 a { background-color: rgb(135,66,94); }

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

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

 span { border-color: rgb(135,66,94); }

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