Html Css Color HEX #871356 Rose Bud Cherry

📋 copy color: '#871356'

red 135 ◦ green 19 ◦ blue 86

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

Shades of Rose Bud Cherry #871356

Tints of Rose Bud Cherry #871356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 56.25%
G = 7.92%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#871356 (or 0x871356) is known color: Rose Bud Cherry. HEX triplet: 87, 13 and 56. RGB value is (135,19,86). Sum of RGB (Red+Green+Blue) = 135+19+86=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #871356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871356 is #78ECA9. Grayscale: #3D3D3D. Windows color (decimal): -7924906 or 5641095. OLE color: 5641095.

HSL color Cylindrical-coordinate representation of color #871356: hue angle of 325.34º 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 #871356 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 19 86 -
CMYK 0 0.86 0.36 0.47
HSL 325.34º 0.75% 0.3% -
HSV(B) 325.34º 0.86% 0.53% -
XYZ 11.9 6.29 9.39 -
YUV 61.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 135 19 86 0 0.86 0.36 0.47 325.34 0.75 0.3
Hex 87 13 56 0 56 24 2F 145 4B 1E
Octal 207 23 126 0 126 44 57 505 113 36
Binary 10000111 10011 1010110 0 1010110 100100 101111 101000101 1001011 11110

Color Harmonies of #871356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871356

Black with #871356

Text Example


Text Example

White with #871356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871356; }

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

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

background-color css

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

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

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

border-color css

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

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

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