Html Css Color HEX #871C4D Rose Bud Cherry

📋 copy color: '#871C4D'

red 135 ◦ green 28 ◦ blue 77

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

Shades of Rose Bud Cherry #871C4D

Tints of Rose Bud Cherry #871C4D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.67%

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 56.25%
G = 11.67%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#871C4D (or 0x871C4D) is known color: Rose Bud Cherry. HEX triplet: 87, 1C and 4D. RGB value is (135,28,77). Sum of RGB (Red+Green+Blue) = 135+28+77=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #871C4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871C4D is #78E3B2. Grayscale: #414141. Windows color (decimal): -7922611 or 5053575. OLE color: 5053575.

HSL color Cylindrical-coordinate representation of color #871C4D: hue angle of 332.52º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #871C4D is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 28 77 -
CMYK 0 0.79 0.43 0.47
HSL 332.52º 0.66% 0.32% -
HSV(B) 332.52º 0.79% 0.53% -
XYZ 11.75 6.52 7.66 -
YUV 65.58 134.45 177.52 -
System Red Green Blue C M Y K H S L
Decimal 135 28 77 0 0.79 0.43 0.47 332.52 0.66 0.32
Hex 87 1C 4D 0 4F 2B 2F 14D 42 20
Octal 207 34 115 0 117 53 57 515 102 40
Binary 10000111 11100 1001101 0 1001111 101011 101111 101001101 1000010 100000

Color Harmonies of #871C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871C4D

Black with #871C4D

Text Example


Text Example

White with #871C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #871C4D; }

 p { color: rgb(135,28,77); }

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

background-color css

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

 a { background-color: rgb(135,28,77); }

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

border-color css

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

 span { border-color: rgb(135,28,77); }

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