Html Css Color HEX #87315E Rose Bud Cherry

📋 copy color: '#87315E'

red 135 ◦ green 49 ◦ blue 94

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

Shades of Rose Bud Cherry #87315E

Tints of Rose Bud Cherry #87315E

RGB

 RED value IS 135 (53.13% from 255) = 48.56%

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 48.56%
G = 17.63%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#87315E (or 0x87315E) is known color: Rose Bud Cherry. HEX triplet: 87, 31 and 5E. RGB value is (135,49,94). Sum of RGB (Red+Green+Blue) = 135+49+94=278 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.56% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 135 - color contains mainly: red. Hex color #87315E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87315E is #78CEA1. Grayscale: #4F4F4F. Windows color (decimal): -7917218 or 6173063. OLE color: 6173063.

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

Color convert

RGB 135 49 94 -
CMYK 0 0.64 0.30 0.47
HSL 328.6º 0.47% 0.36% -
HSV(B) 328.6º 0.64% 0.53% -
XYZ 13.11 8.16 11.47 -
YUV 79.84 135.99 167.34 -
System Red Green Blue C M Y K H S L
Decimal 135 49 94 0 0.64 0.30 0.47 328.6 0.47 0.36
Hex 87 31 5E 0 40 1E 2F 149 2F 24
Octal 207 61 136 0 100 36 57 511 57 44
Binary 10000111 110001 1011110 0 1000000 11110 101111 101001001 101111 100100

Color Harmonies of #87315E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87315E

Black with #87315E

Text Example


Text Example

White with #87315E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87315E;
 }
 .AnyTagClassName
 {
   color: #87315E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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