Html Css Color HEX #872C55 Rose Bud Cherry

📋 copy color: '#872C55'

red 135 ◦ green 44 ◦ blue 85

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

Shades of Rose Bud Cherry #872C55

Tints of Rose Bud Cherry #872C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.67%

 BLUE value IS 85 (33.59% from 255) = 32.2%

R = 51.14%
G = 16.67%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#872C55 (or 0x872C55) is known color: Rose Bud Cherry. HEX triplet: 87, 2C and 55. RGB value is (135,44,85). Sum of RGB (Red+Green+Blue) = 135+44+85=264 (34% of max value = 765). Red value is 135 (53.12% from 255 or 51.14% from 264); Green value is 44 (17.58% from 255 or 16.67% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 135 - color contains mainly: red. Hex color #872C55 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872C55 is #78D3AA. Grayscale: #4B4B4B. Windows color (decimal): -7918507 or 5581959. OLE color: 5581959.

HSL color Cylindrical-coordinate representation of color #872C55: hue angle of 332.97º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #872C55 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 44 85 -
CMYK 0 0.67 0.37 0.47
HSL 332.97º 0.51% 0.35% -
HSV(B) 332.97º 0.67% 0.53% -
XYZ 12.53 7.61 9.4 -
YUV 75.88 133.15 170.17 -
System Red Green Blue C M Y K H S L
Decimal 135 44 85 0 0.67 0.37 0.47 332.97 0.51 0.35
Hex 87 2C 55 0 43 25 2F 14D 33 23
Octal 207 54 125 0 103 45 57 515 63 43
Binary 10000111 101100 1010101 0 1000011 100101 101111 101001101 110011 100011

Color Harmonies of #872C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872C55

Black with #872C55

Text Example


Text Example

White with #872C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872C55; }

 p { color: rgb(135,44,85); }

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

background-color css

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

 a { background-color: rgb(135,44,85); }

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

border-color css

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

 span { border-color: rgb(135,44,85); }

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