Html Css Color HEX #86114D Rose Bud Cherry

📋 copy color: '#86114D'

red 134 ◦ green 17 ◦ blue 77

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

Shades of Rose Bud Cherry #86114D

Tints of Rose Bud Cherry #86114D

RGB

 RED value IS 134 (52.73% from 255) = 58.77%

 GREEN value IS 17 (7.03% from 255) = 7.46%

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

R = 58.77%
G = 7.46%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#86114D (or 0x86114D) is known color: Rose Bud Cherry. HEX triplet: 86, 11 and 4D. RGB value is (134,17,77). Sum of RGB (Red+Green+Blue) = 134+17+77=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 17 (7.03% from 255 or 7.46% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #86114D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86114D is #79EEB2. Grayscale: #3A3A3A. Windows color (decimal): -7990963 or 5050758. OLE color: 5050758.

HSL color Cylindrical-coordinate representation of color #86114D: hue angle of 329.23º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #86114D is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 77 -
CMYK 0 0.87 0.43 0.47
HSL 329.23º 0.77% 0.3% -
HSV(B) 329.23º 0.87% 0.53% -
XYZ 11.37 6.01 7.58 -
YUV 58.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 134 17 77 0 0.87 0.43 0.47 329.23 0.77 0.3
Hex 86 11 4D 0 57 2B 2F 149 4D 1E
Octal 206 21 115 0 127 53 57 511 115 36
Binary 10000110 10001 1001101 0 1010111 101011 101111 101001001 1001101 11110

Color Harmonies of #86114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86114D

Black with #86114D

Text Example


Text Example

White with #86114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86114D; }

 p { color: rgb(134,17,77); }

 H1.HeaderClassName
 {
   color: #86114D;
 }
 .AnyTagClassName
 {
   color: #86114D;
 }
</style>

background-color css

<style>
 a { background-color: #86114D; }

 a { background-color: rgb(134,17,77); }

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

border-color css

<style>
 span { border-color: #86114D; }

 span { border-color: rgb(134,17,77); }

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