#87425C

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

Shades of Cosmic #87425C

Tints of Cosmic #87425C

Color information

#87425C (or 0x87425C) is unknown color: approx Cosmic. HEX triplet: 87, 42 and 5C. RGB value is (135,66,92). Sum of RGB (Red+Green+Blue) = 135+66+92=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 135 - color contains mainly: red. Hex color #87425C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87425C is #78BDA3. Grayscale: #595959. Windows color (decimal): -7912868 or 6046343. OLE color: 6046343.

HSL color Cylindrical-coordinate representation of color #87425C: hue angle of 337.39º 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 #87425C is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1356692-
CMYK00.510.320.47
HSL337.39º34.33%39.41%-
HSV(B)337.39º51.11%52.94%-
XYZ13.879.8211.29-
YUV89.6129.36160.39-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 66 (26.17% from 255) = 22.53%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=46.08%
G=22.53%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135669200.510.320.47337.3934.3339.41
Hex87425C033202F1512227
Octal20710213406340575214247
Binary10000111100001010111000110011100000101111101010001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87425C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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