Html Css Color HEX #871251 Rose Bud Cherry

📋 copy color: '#871251'

red 135 ◦ green 18 ◦ blue 81

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

Shades of Rose Bud Cherry #871251

Tints of Rose Bud Cherry #871251

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.69%

 BLUE value IS 81 (32.03% from 255) = 34.62%

R = 57.69%
G = 7.69%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#871251 (or 0x871251) is known color: Rose Bud Cherry. HEX triplet: 87, 12 and 51. RGB value is (135,18,81). Sum of RGB (Red+Green+Blue) = 135+18+81=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #871251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871251 is #78EDAE. Grayscale: #3C3C3C. Windows color (decimal): -7925167 or 5313159. OLE color: 5313159.

HSL color Cylindrical-coordinate representation of color #871251: hue angle of 327.69º degrees, saturation: 0.76, 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 #871251 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 18 81 -
CMYK 0 0.87 0.40 0.47
HSL 327.69º 0.76% 0.3% -
HSV(B) 327.69º 0.87% 0.53% -
XYZ 11.69 6.18 8.36 -
YUV 60.17 139.76 181.38 -
System Red Green Blue C M Y K H S L
Decimal 135 18 81 0 0.87 0.40 0.47 327.69 0.76 0.3
Hex 87 12 51 0 57 28 2F 148 4C 1E
Octal 207 22 121 0 127 50 57 510 114 36
Binary 10000111 10010 1010001 0 1010111 101000 101111 101001000 1001100 11110

Color Harmonies of #871251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871251

Black with #871251

Text Example


Text Example

White with #871251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871251; }

 p { color: rgb(135,18,81); }

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

background-color css

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

 a { background-color: rgb(135,18,81); }

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

border-color css

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

 span { border-color: rgb(135,18,81); }

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