Html Css Color HEX #87315F Rose Bud Cherry

📋 copy color: '#87315F'

red 135 ◦ green 49 ◦ blue 95

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

Shades of Rose Bud Cherry #87315F

Tints of Rose Bud Cherry #87315F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.05%

R = 48.39%
G = 17.56%
B = 34.05%

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

#87315F (or 0x87315F) is known color: Rose Bud Cherry. HEX triplet: 87, 31 and 5F. RGB value is (135,49,95). Sum of RGB (Red+Green+Blue) = 135+49+95=279 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.39% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 135 - color contains mainly: red. Hex color #87315F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87315F is #78CEA0. Grayscale: #4F4F4F. Windows color (decimal): -7917217 or 6238599. OLE color: 6238599.

HSL color Cylindrical-coordinate representation of color #87315F: hue angle of 327.91º 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 #87315F is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 49 95 -
CMYK 0 0.64 0.30 0.47
HSL 327.91º 0.47% 0.36% -
HSV(B) 327.91º 0.64% 0.53% -
XYZ 13.16 8.17 11.71 -
YUV 79.96 136.49 167.26 -
System Red Green Blue C M Y K H S L
Decimal 135 49 95 0 0.64 0.30 0.47 327.91 0.47 0.36
Hex 87 31 5F 0 40 1E 2F 148 2F 24
Octal 207 61 137 0 100 36 57 510 57 44
Binary 10000111 110001 1011111 0 1000000 11110 101111 101001000 101111 100100

Color Harmonies of #87315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87315F

Black with #87315F

Text Example


Text Example

White with #87315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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