Html Css Color HEX #871E4D Rose Bud Cherry

📋 copy color: '#871E4D'

red 135 ◦ green 30 ◦ blue 77

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

Shades of Rose Bud Cherry #871E4D

Tints of Rose Bud Cherry #871E4D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 55.79%
G = 12.4%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#871E4D (or 0x871E4D) is known color: Rose Bud Cherry. HEX triplet: 87, 1E and 4D. RGB value is (135,30,77). Sum of RGB (Red+Green+Blue) = 135+30+77=242 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.79% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 135 - color contains mainly: red. Hex color #871E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871E4D is #78E1B2. Grayscale: #424242. Windows color (decimal): -7922099 or 5054087. OLE color: 5054087.

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

Color convert

RGB 135 30 77 -
CMYK 0 0.78 0.43 0.47
HSL 333.14º 0.64% 0.32% -
HSV(B) 333.14º 0.78% 0.53% -
XYZ 11.8 6.62 7.68 -
YUV 66.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 135 30 77 0 0.78 0.43 0.47 333.14 0.64 0.32
Hex 87 1E 4D 0 4E 2B 2F 14D 40 20
Octal 207 36 115 0 116 53 57 515 100 40
Binary 10000111 11110 1001101 0 1001110 101011 101111 101001101 1000000 100000

Color Harmonies of #871E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E4D

Black with #871E4D

Text Example


Text Example

White with #871E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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