Html Css Color HEX #871051 Rose Bud Cherry

📋 copy color: '#871051'

red 135 ◦ green 16 ◦ blue 81

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

Shades of Rose Bud Cherry #871051

Tints of Rose Bud Cherry #871051

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.9%

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

R = 58.19%
G = 6.9%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#871051 (or 0x871051) is known color: Rose Bud Cherry. HEX triplet: 87, 10 and 51. RGB value is (135,16,81). Sum of RGB (Red+Green+Blue) = 135+16+81=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 16 (6.64% from 255 or 6.90% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #871051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #871051 is #78EFAE. Grayscale: #3A3A3A. Windows color (decimal): -7925679 or 5312647. OLE color: 5312647.

HSL color Cylindrical-coordinate representation of color #871051: hue angle of 327.23º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871051 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 16 81 -
CMYK 0 0.88 0.40 0.47
HSL 327.23º 0.79% 0.3% -
HSV(B) 327.23º 0.88% 0.53% -
XYZ 11.66 6.12 8.35 -
YUV 58.99 140.42 182.21 -
System Red Green Blue C M Y K H S L
Decimal 135 16 81 0 0.88 0.40 0.47 327.23 0.79 0.3
Hex 87 10 51 0 58 28 2F 147 4F 1E
Octal 207 20 121 0 130 50 57 507 117 36
Binary 10000111 10000 1010001 0 1011000 101000 101111 101000111 1001111 11110

Color Harmonies of #871051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871051

Black with #871051

Text Example


Text Example

White with #871051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871051; }

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

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

background-color css

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

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

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

border-color css

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

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

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