Html Css Color HEX #870F4E Rose Bud Cherry

📋 copy color: '#870F4E'

red 135 ◦ green 15 ◦ blue 78

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

Shades of Rose Bud Cherry #870F4E

Tints of Rose Bud Cherry #870F4E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.58%

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

R = 59.21%
G = 6.58%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#870F4E (or 0x870F4E) is known color: Rose Bud Cherry. HEX triplet: 87, 0F and 4E. RGB value is (135,15,78). Sum of RGB (Red+Green+Blue) = 135+15+78=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 15 (6.25% from 255 or 6.58% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #870F4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #870F4E is #78F0B1. Grayscale: #393939. Windows color (decimal): -7925938 or 5115783. OLE color: 5115783.

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

Color convert

RGB 135 15 78 -
CMYK 0 0.89 0.42 0.47
HSL 328.5º 0.8% 0.29% -
HSV(B) 328.5º 0.89% 0.53% -
XYZ 11.54 6.04 7.77 -
YUV 58.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 135 15 78 0 0.89 0.42 0.47 328.5 0.8 0.29
Hex 87 F 4E 0 59 2A 2F 148 50 1D
Octal 207 17 116 0 131 52 57 510 120 35
Binary 10000111 1111 1001110 0 1011001 101010 101111 101001000 1010000 11101

Color Harmonies of #870F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #870F4E

Black with #870F4E

Text Example


Text Example

White with #870F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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