Html Css Color HEX #872954 Rose Bud Cherry

📋 copy color: '#872954'

red 135 ◦ green 41 ◦ blue 84

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

Shades of Rose Bud Cherry #872954

Tints of Rose Bud Cherry #872954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 51.92%
G = 15.77%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#872954 (or 0x872954) is known color: Rose Bud Cherry. HEX triplet: 87, 29 and 54. RGB value is (135,41,84). Sum of RGB (Red+Green+Blue) = 135+41+84=260 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.92% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 135 - color contains mainly: red. Hex color #872954 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872954 is #78D6AB. Grayscale: #494949. Windows color (decimal): -7919276 or 5515655. OLE color: 5515655.

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

Color convert

RGB 135 41 84 -
CMYK 0 0.70 0.38 0.47
HSL 332.55º 0.53% 0.35% -
HSV(B) 332.55º 0.7% 0.53% -
XYZ 12.38 7.38 9.16 -
YUV 74.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 135 41 84 0 0.70 0.38 0.47 332.55 0.53 0.35
Hex 87 29 54 0 46 26 2F 14D 35 23
Octal 207 51 124 0 106 46 57 515 65 43
Binary 10000111 101001 1010100 0 1000110 100110 101111 101001101 110101 100011

Color Harmonies of #872954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872954

Black with #872954

Text Example


Text Example

White with #872954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872954; }

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

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

background-color css

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

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

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

border-color css

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

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

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