Html Css Color HEX #871950 Rose Bud Cherry

📋 copy color: '#871950'

red 135 ◦ green 25 ◦ blue 80

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

Shades of Rose Bud Cherry #871950

Tints of Rose Bud Cherry #871950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 56.25%
G = 10.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#871950 (or 0x871950) is known color: Rose Bud Cherry. HEX triplet: 87, 19 and 50. RGB value is (135,25,80). Sum of RGB (Red+Green+Blue) = 135+25+80=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #871950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871950 is #78E6AF. Grayscale: #404040. Windows color (decimal): -7923376 or 5249415. OLE color: 5249415.

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

Color convert

RGB 135 25 80 -
CMYK 0 0.81 0.41 0.47
HSL 330º 0.69% 0.31% -
HSV(B) 330º 0.81% 0.53% -
XYZ 11.79 6.43 8.21 -
YUV 64.16 136.94 178.53 -
System Red Green Blue C M Y K H S L
Decimal 135 25 80 0 0.81 0.41 0.47 330 0.69 0.31
Hex 87 19 50 0 51 29 2F 14A 45 1F
Octal 207 31 120 0 121 51 57 512 105 37
Binary 10000111 11001 1010000 0 1010001 101001 101111 101001010 1000101 11111

Color Harmonies of #871950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871950

Black with #871950

Text Example


Text Example

White with #871950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871950; }

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

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

background-color css

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

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

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

border-color css

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

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

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