Html Css Color HEX #87114C Rose Bud Cherry

📋 copy color: '#87114C'

red 135 ◦ green 17 ◦ blue 76

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

Shades of Rose Bud Cherry #87114C

Tints of Rose Bud Cherry #87114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.46%

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

R = 59.21%
G = 7.46%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#87114C (or 0x87114C) is known color: Rose Bud Cherry. HEX triplet: 87, 11 and 4C. RGB value is (135,17,76). Sum of RGB (Red+Green+Blue) = 135+17+76=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 76 (30.08% from 255 or 33.33% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #87114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87114C is #78EEB3. Grayscale: #3A3A3A. Windows color (decimal): -7925428 or 4985223. OLE color: 4985223.

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

Color convert

RGB 135 17 76 -
CMYK 0 0.87 0.44 0.47
HSL 330º 0.78% 0.3% -
HSV(B) 330º 0.87% 0.53% -
XYZ 11.5 6.07 7.4 -
YUV 59.01 137.59 182.2 -
System Red Green Blue C M Y K H S L
Decimal 135 17 76 0 0.87 0.44 0.47 330 0.78 0.3
Hex 87 11 4C 0 57 2C 2F 14A 4E 1E
Octal 207 21 114 0 127 54 57 512 116 36
Binary 10000111 10001 1001100 0 1010111 101100 101111 101001010 1001110 11110

Color Harmonies of #87114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87114C

Black with #87114C

Text Example


Text Example

White with #87114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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