Html Css Color HEX #86365B Rose Bud Cherry

📋 copy color: '#86365B'

red 134 ◦ green 54 ◦ blue 91

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

Shades of Rose Bud Cherry #86365B

Tints of Rose Bud Cherry #86365B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 48.03%
G = 19.35%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#86365B (or 0x86365B) is known color: Rose Bud Cherry. HEX triplet: 86, 36 and 5B. RGB value is (134,54,91). Sum of RGB (Red+Green+Blue) = 134+54+91=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #86365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86365B is #79C9A4. Grayscale: #525252. Windows color (decimal): -7981477 or 5977734. OLE color: 5977734.

HSL color Cylindrical-coordinate representation of color #86365B: hue angle of 332.25º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #86365B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 54 91 -
CMYK 0 0.60 0.32 0.47
HSL 332.25º 0.43% 0.37% -
HSV(B) 332.25º 0.6% 0.53% -
XYZ 13.04 8.46 10.84 -
YUV 82.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 134 54 91 0 0.60 0.32 0.47 332.25 0.43 0.37
Hex 86 36 5B 0 3C 20 2F 14C 2B 25
Octal 206 66 133 0 74 40 57 514 53 45
Binary 10000110 110110 1011011 0 111100 100000 101111 101001100 101011 100101

Color Harmonies of #86365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86365B

Black with #86365B

Text Example


Text Example

White with #86365B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86365B; }

 p { color: rgb(134,54,91); }

 H1.HeaderClassName
 {
   color: #86365B;
 }
 .AnyTagClassName
 {
   color: #86365B;
 }
</style>

background-color css

<style>
 a { background-color: #86365B; }

 a { background-color: rgb(134,54,91); }

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

border-color css

<style>
 span { border-color: #86365B; }

 span { border-color: rgb(134,54,91); }

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