Html Css Color HEX #87134C Rose Bud Cherry

📋 copy color: '#87134C'

red 135 ◦ green 19 ◦ blue 76

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

Shades of Rose Bud Cherry #87134C

Tints of Rose Bud Cherry #87134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.26%

 BLUE value IS 76 (30.08% from 255) = 33.04%

R = 58.7%
G = 8.26%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87134C (or 0x87134C) is known color: Rose Bud Cherry. HEX triplet: 87, 13 and 4C. RGB value is (135,19,76). Sum of RGB (Red+Green+Blue) = 135+19+76=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87134C is #78ECB3. Grayscale: #3C3C3C. Windows color (decimal): -7924916 or 4985735. OLE color: 4985735.

HSL color Cylindrical-coordinate representation of color #87134C: hue angle of 330.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87134C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 76 -
CMYK 0 0.86 0.44 0.47
HSL 330.52º 0.75% 0.3% -
HSV(B) 330.52º 0.86% 0.53% -
XYZ 11.53 6.14 7.41 -
YUV 60.18 136.93 181.37 -
System Red Green Blue C M Y K H S L
Decimal 135 19 76 0 0.86 0.44 0.47 330.52 0.75 0.3
Hex 87 13 4C 0 56 2C 2F 14B 4B 1E
Octal 207 23 114 0 126 54 57 513 113 36
Binary 10000111 10011 1001100 0 1010110 101100 101111 101001011 1001011 11110

Color Harmonies of #87134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87134C

Black with #87134C

Text Example


Text Example

White with #87134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,19,76); }

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

background-color css

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

 a { background-color: rgb(135,19,76); }

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

border-color css

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

 span { border-color: rgb(135,19,76); }

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