Html Css Color HEX #872951 Rose Bud Cherry

📋 copy color: '#872951'

red 135 ◦ green 41 ◦ blue 81

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

Shades of Rose Bud Cherry #872951

Tints of Rose Bud Cherry #872951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 52.53%
G = 15.95%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#872951 (or 0x872951) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 51. RGB value is (135,41,81). Sum of RGB (Red+Green+Blue) = 135+41+81=257 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.53% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 135 - color contains mainly: red. Hex color #872951 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872951 is #78D6AE. Grayscale: #494949. Windows color (decimal): -7919279 or 5319047. OLE color: 5319047.

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

Color convert

RGB 135 41 81 -
CMYK 0 0.70 0.40 0.47
HSL 334.47º 0.53% 0.35% -
HSV(B) 334.47º 0.7% 0.53% -
XYZ 12.27 7.33 8.55 -
YUV 73.67 132.14 171.75 -
System Red Green Blue C M Y K H S L
Decimal 135 41 81 0 0.70 0.40 0.47 334.47 0.53 0.35
Hex 87 29 51 0 46 28 2F 14E 35 23
Octal 207 51 121 0 106 50 57 516 65 43
Binary 10000111 101001 1010001 0 1000110 101000 101111 101001110 110101 100011

Color Harmonies of #872951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872951

Black with #872951

Text Example


Text Example

White with #872951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872951; }

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

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

background-color css

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

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

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

border-color css

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

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

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