Html Css Color HEX #87315C Rose Bud Cherry

📋 copy color: '#87315C'

red 135 ◦ green 49 ◦ blue 92

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

Shades of Rose Bud Cherry #87315C

Tints of Rose Bud Cherry #87315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.33%

R = 48.91%
G = 17.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#87315C (or 0x87315C) is known color: Rose Bud Cherry. HEX triplet: 87, 31 and 5C. RGB value is (135,49,92). Sum of RGB (Red+Green+Blue) = 135+49+92=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 92 (36.33% from 255 or 33.33% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #87315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87315C is #78CEA3. Grayscale: #4F4F4F. Windows color (decimal): -7917220 or 6041991. OLE color: 6041991.

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

Color convert

RGB 135 49 92 -
CMYK 0 0.64 0.32 0.47
HSL 330º 0.47% 0.36% -
HSV(B) 330º 0.64% 0.53% -
XYZ 13.02 8.12 11.01 -
YUV 79.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 135 49 92 0 0.64 0.32 0.47 330 0.47 0.36
Hex 87 31 5C 0 40 20 2F 14A 2F 24
Octal 207 61 134 0 100 40 57 512 57 44
Binary 10000111 110001 1011100 0 1000000 100000 101111 101001010 101111 100100

Color Harmonies of #87315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87315C

Black with #87315C

Text Example


Text Example

White with #87315C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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