Html Css Color HEX #87425E Cosmic

📋 copy color: '#87425E'

red 135 ◦ green 66 ◦ blue 94

#87425E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #87425E

Tints of Cosmic #87425E

RGB

 RED value IS 135 (53.13% 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 value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87425E (or 0x87425E) is known color: 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

RGB 135 66 94 -
CMYK 0 0.51 0.30 0.47
HSL 335.65º 0.34% 0.39% -
HSV(B) 335.65º 0.51% 0.53% -
XYZ 13.96 9.86 11.76 -
YUV 89.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 135 66 94 0 0.51 0.30 0.47 335.65 0.34 0.39
Hex 87 42 5E 0 33 1E 2F 150 22 27
Octal 207 102 136 0 63 36 57 520 42 47
Binary 10000111 1000010 1011110 0 110011 11110 101111 101010000 100010 100111

Color Harmonies of #87425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87425E

Black with #87425E

Text Example


Text Example

White with #87425E

Text Example


Text Example

HTML Codes & Css Web 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>