Html Css Color HEX #871E5D Rose Bud Cherry

📋 copy color: '#871E5D'

red 135 ◦ green 30 ◦ blue 93

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

Shades of Rose Bud Cherry #871E5D

Tints of Rose Bud Cherry #871E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 52.33%
G = 11.63%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#871E5D (or 0x871E5D) is known color: Rose Bud Cherry. HEX triplet: 87, 1E and 5D. RGB value is (135,30,93). Sum of RGB (Red+Green+Blue) = 135+30+93=258 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.33% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 135 - color contains mainly: red. Hex color #871E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #871E5D is #78E1A2. Grayscale: #444444. Windows color (decimal): -7922083 or 6102663. OLE color: 6102663.

HSL color Cylindrical-coordinate representation of color #871E5D: hue angle of 324º 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 #871E5D is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 30 93 -
CMYK 0 0.78 0.31 0.47
HSL 324º 0.64% 0.32% -
HSV(B) 324º 0.78% 0.53% -
XYZ 12.43 6.87 11.03 -
YUV 68.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 135 30 93 0 0.78 0.31 0.47 324 0.64 0.32
Hex 87 1E 5D 0 4E 1F 2F 144 40 20
Octal 207 36 135 0 116 37 57 504 100 40
Binary 10000111 11110 1011101 0 1001110 11111 101111 101000100 1000000 100000

Color Harmonies of #871E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #871E5D

Black with #871E5D

Text Example


Text Example

White with #871E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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