Html Css Color HEX #86355B Rose Bud Cherry

📋 copy color: '#86355B'

red 134 ◦ green 53 ◦ blue 91

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

Shades of Rose Bud Cherry #86355B

Tints of Rose Bud Cherry #86355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.06%

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

R = 48.2%
G = 19.06%
B = 32.73%

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

#86355B (or 0x86355B) is known color: Rose Bud Cherry. HEX triplet: 86, 35 and 5B. RGB value is (134,53,91). Sum of RGB (Red+Green+Blue) = 134+53+91=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86355B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86355B is #79CAA4. Grayscale: #515151. Windows color (decimal): -7981733 or 5977478. OLE color: 5977478.

HSL color Cylindrical-coordinate representation of color #86355B: hue angle of 331.85º 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 #86355B is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 53 91 -
CMYK 0 0.60 0.32 0.47
HSL 331.85º 0.43% 0.37% -
HSV(B) 331.85º 0.6% 0.53% -
XYZ 12.99 8.37 10.83 -
YUV 81.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 134 53 91 0 0.60 0.32 0.47 331.85 0.43 0.37
Hex 86 35 5B 0 3C 20 2F 14C 2B 25
Octal 206 65 133 0 74 40 57 514 53 45
Binary 10000110 110101 1011011 0 111100 100000 101111 101001100 101011 100101

Color Harmonies of #86355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86355B

Black with #86355B

Text Example


Text Example

White with #86355B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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