#87114B

Color #87114B Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #87114B

Tints of Rose Bud Cherry #87114B

Color information

#87114B (or 0x87114B) is unknown color: approx Rose Bud Cherry. HEX triplet: 87, 11 and 4B. RGB value is (135,17,75). Sum of RGB (Red+Green+Blue) = 135+17+75=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 75 (29.69% from 255 or 33.04% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #87114B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87114B is #78EEB4. Grayscale: #3A3A3A. Windows color (decimal): -7925429 or 4919687. OLE color: 4919687.

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

Color convert

RGB1351775-
CMYK00.870.440.47
HSL330.51º77.63%29.8%-
HSV(B)330.51º87.41%52.94%-
XYZ11.466.067.22-
YUV58.89137.09182.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 59.47%
GREEN value IS 17 (7.03% from 255) = 7.49%
BLUE value IS 75 (29.69% from 255) = 33.04%
R=59.47%
G=7.49%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135177500.870.440.47330.5177.6329.8
Hex87114B0572C2F14b4e1e
Octal207211130127545751311636
Binary1000011110001100101101010111101100101111101001011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87114B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87114B; }

 p { color: rgb(135,17,75); }

 H1.HeaderClassName
 {
   color: #87114B;
 }
 .AnyTagClassName
 {
   color: #87114B;
 }
</style>
background-color css

<style>
 a { background-color: #87114B; }

 a { background-color: rgb(135,17,75); }

 div.DivClassName
 {
   background-color: #87114B;
 }
 .BgClassName
 {
   background-color: #87114B;
 }
</style>
border-color css

<style>
 span { border-color: #87114B; }

 span { border-color: rgb(135,17,75); }

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