Html Css Color HEX #870E4E Rose Bud Cherry

📋 copy color: '#870E4E'

red 135 ◦ green 14 ◦ blue 78

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

Shades of Rose Bud Cherry #870E4E

Tints of Rose Bud Cherry #870E4E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.17%

 BLUE value IS 78 (30.86% from 255) = 34.36%

R = 59.47%
G = 6.17%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#870E4E (or 0x870E4E) is known color: Rose Bud Cherry. HEX triplet: 87, 0E and 4E. RGB value is (135,14,78). Sum of RGB (Red+Green+Blue) = 135+14+78=227 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.47% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 135 - color contains mainly: red. Hex color #870E4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870E4E is #78F1B1. Grayscale: #393939. Windows color (decimal): -7926194 or 5115527. OLE color: 5115527.

HSL color Cylindrical-coordinate representation of color #870E4E: hue angle of 328.26º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E4E is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 78 -
CMYK 0 0.90 0.42 0.47
HSL 328.26º 0.81% 0.29% -
HSV(B) 328.26º 0.9% 0.53% -
XYZ 11.52 6.02 7.76 -
YUV 57.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 135 14 78 0 0.90 0.42 0.47 328.26 0.81 0.29
Hex 87 E 4E 0 5A 2A 2F 148 51 1D
Octal 207 16 116 0 132 52 57 510 121 35
Binary 10000111 1110 1001110 0 1011010 101010 101111 101001000 1010001 11101

Color Harmonies of #870E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E4E

Black with #870E4E

Text Example


Text Example

White with #870E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #870E4E; }

 p { color: rgb(135,14,78); }

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

background-color css

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

 a { background-color: rgb(135,14,78); }

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

border-color css

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

 span { border-color: rgb(135,14,78); }

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