Html Css Color HEX #86345E Rose Bud Cherry

📋 copy color: '#86345E'

red 134 ◦ green 52 ◦ blue 94

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

Shades of Rose Bud Cherry #86345E

Tints of Rose Bud Cherry #86345E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.57%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 47.86%
G = 18.57%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86345E (or 0x86345E) is known color: Rose Bud Cherry. HEX triplet: 86, 34 and 5E. RGB value is (134,52,94). Sum of RGB (Red+Green+Blue) = 134+52+94=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86345E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86345E is #79CBA1. Grayscale: #515151. Windows color (decimal): -7981986 or 6173830. OLE color: 6173830.

HSL color Cylindrical-coordinate representation of color #86345E: hue angle of 329.27º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #86345E is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 52 94 -
CMYK 0 0.61 0.30 0.47
HSL 329.27º 0.44% 0.36% -
HSV(B) 329.27º 0.61% 0.53% -
XYZ 13.08 8.33 11.51 -
YUV 81.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 134 52 94 0 0.61 0.30 0.47 329.27 0.44 0.36
Hex 86 34 5E 0 3D 1E 2F 149 2C 24
Octal 206 64 136 0 75 36 57 511 54 44
Binary 10000110 110100 1011110 0 111101 11110 101111 101001001 101100 100100

Color Harmonies of #86345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86345E

Black with #86345E

Text Example


Text Example

White with #86345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86345E; }

 p { color: rgb(134,52,94); }

 H1.HeaderClassName
 {
   color: #86345E;
 }
 .AnyTagClassName
 {
   color: #86345E;
 }
</style>

background-color css

<style>
 a { background-color: #86345E; }

 a { background-color: rgb(134,52,94); }

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

border-color css

<style>
 span { border-color: #86345E; }

 span { border-color: rgb(134,52,94); }

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