Html Css Color HEX #86114C Rose Bud Cherry

📋 copy color: '#86114C'

red 134 ◦ green 17 ◦ blue 76

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

Shades of Rose Bud Cherry #86114C

Tints of Rose Bud Cherry #86114C

RGB

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

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

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

R = 59.03%
G = 7.49%
B = 33.48%

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

#86114C (or 0x86114C) is known color: Rose Bud Cherry. HEX triplet: 86, 11 and 4C. RGB value is (134,17,76). Sum of RGB (Red+Green+Blue) = 134+17+76=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 17 (7.03% from 255 or 7.49% from 227); Blue value is 76 (30.08% from 255 or 33.48% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #86114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #86114C is #79EEB3. Grayscale: #3A3A3A. Windows color (decimal): -7990964 or 4985222. OLE color: 4985222.

HSL color Cylindrical-coordinate representation of color #86114C: hue angle of 329.74º 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 #86114C is Cyan = 0, Magento = 0.87, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 17 76 -
CMYK 0 0.87 0.43 0.47
HSL 329.74º 0.77% 0.3% -
HSV(B) 329.74º 0.87% 0.53% -
XYZ 11.34 5.99 7.4 -
YUV 58.71 137.76 181.7 -
System Red Green Blue C M Y K H S L
Decimal 134 17 76 0 0.87 0.43 0.47 329.74 0.77 0.3
Hex 86 11 4C 0 57 2B 2F 14A 4D 1E
Octal 206 21 114 0 127 53 57 512 115 36
Binary 10000110 10001 1001100 0 1010111 101011 101111 101001010 1001101 11110

Color Harmonies of #86114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86114C

Black with #86114C

Text Example


Text Example

White with #86114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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