Html Css Color HEX #86134F Rose Bud Cherry

📋 copy color: '#86134F'

red 134 ◦ green 19 ◦ blue 79

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

Shades of Rose Bud Cherry #86134F

Tints of Rose Bud Cherry #86134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 57.76%
G = 8.19%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#86134F (or 0x86134F) is known color: Rose Bud Cherry. HEX triplet: 86, 13 and 4F. RGB value is (134,19,79). Sum of RGB (Red+Green+Blue) = 134+19+79=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #86134F is #79ECB0. Grayscale: #3C3C3C. Windows color (decimal): -7990449 or 5182342. OLE color: 5182342.

HSL color Cylindrical-coordinate representation of color #86134F: hue angle of 328.7º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #86134F is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 19 79 -
CMYK 0 0.86 0.41 0.47
HSL 328.7º 0.75% 0.3% -
HSV(B) 328.7º 0.86% 0.53% -
XYZ 11.48 6.1 7.97 -
YUV 60.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 134 19 79 0 0.86 0.41 0.47 328.7 0.75 0.3
Hex 86 13 4F 0 56 29 2F 149 4B 1E
Octal 206 23 117 0 126 51 57 511 113 36
Binary 10000110 10011 1001111 0 1010110 101001 101111 101001001 1001011 11110

Color Harmonies of #86134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86134F

Black with #86134F

Text Example


Text Example

White with #86134F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86134F; }

 p { color: rgb(134,19,79); }

 H1.HeaderClassName
 {
   color: #86134F;
 }
 .AnyTagClassName
 {
   color: #86134F;
 }
</style>

background-color css

<style>
 a { background-color: #86134F; }

 a { background-color: rgb(134,19,79); }

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

border-color css

<style>
 span { border-color: #86134F; }

 span { border-color: rgb(134,19,79); }

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