Html Css Color HEX #870E4C Rose Bud Cherry

📋 copy color: '#870E4C'

red 135 ◦ green 14 ◦ blue 76

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

Shades of Rose Bud Cherry #870E4C

Tints of Rose Bud Cherry #870E4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.78%

R = 60%
G = 6.22%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#870E4C (or 0x870E4C) is known color: Rose Bud Cherry. HEX triplet: 87, 0E and 4C. RGB value is (135,14,76). Sum of RGB (Red+Green+Blue) = 135+14+76=225 (29% of max value = 765). Red value is 135 (53.12% from 255 or 60% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 135 - color contains mainly: red. Hex color #870E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E4C is #78F1B3. Grayscale: #393939. Windows color (decimal): -7926196 or 4984455. OLE color: 4984455.

HSL color Cylindrical-coordinate representation of color #870E4C: hue angle of 329.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 #870E4C is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 14 76 -
CMYK 0 0.90 0.44 0.47
HSL 329.26º 0.81% 0.29% -
HSV(B) 329.26º 0.9% 0.53% -
XYZ 11.45 5.99 7.39 -
YUV 57.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 135 14 76 0 0.90 0.44 0.47 329.26 0.81 0.29
Hex 87 E 4C 0 5A 2C 2F 149 51 1D
Octal 207 16 114 0 132 54 57 511 121 35
Binary 10000111 1110 1001100 0 1011010 101100 101111 101001001 1010001 11101

Color Harmonies of #870E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870E4C

Black with #870E4C

Text Example


Text Example

White with #870E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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