Html Css Color HEX #871955 Rose Bud Cherry

📋 copy color: '#871955'

red 135 ◦ green 25 ◦ blue 85

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

Shades of Rose Bud Cherry #871955

Tints of Rose Bud Cherry #871955

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

 BLUE value IS 85 (33.59% from 255) = 34.69%

R = 55.1%
G = 10.2%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#871955 (or 0x871955) is known color: Rose Bud Cherry. HEX triplet: 87, 19 and 55. RGB value is (135,25,85). Sum of RGB (Red+Green+Blue) = 135+25+85=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #871955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871955 is #78E6AA. Grayscale: #404040. Windows color (decimal): -7923371 or 5577095. OLE color: 5577095.

HSL color Cylindrical-coordinate representation of color #871955: hue angle of 327.27º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #871955 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 25 85 -
CMYK 0 0.81 0.37 0.47
HSL 327.27º 0.69% 0.31% -
HSV(B) 327.27º 0.81% 0.53% -
XYZ 11.98 6.5 9.22 -
YUV 64.73 139.44 178.12 -
System Red Green Blue C M Y K H S L
Decimal 135 25 85 0 0.81 0.37 0.47 327.27 0.69 0.31
Hex 87 19 55 0 51 25 2F 147 45 1F
Octal 207 31 125 0 121 45 57 507 105 37
Binary 10000111 11001 1010101 0 1010001 100101 101111 101000111 1000101 11111

Color Harmonies of #871955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871955

Black with #871955

Text Example


Text Example

White with #871955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871955; }

 p { color: rgb(135,25,85); }

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

background-color css

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

 a { background-color: rgb(135,25,85); }

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

border-color css

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

 span { border-color: rgb(135,25,85); }

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