Html Css Color HEX #86355F Rose Bud Cherry

📋 copy color: '#86355F'

red 134 ◦ green 53 ◦ blue 95

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

Shades of Rose Bud Cherry #86355F

Tints of Rose Bud Cherry #86355F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 47.52%
G = 18.79%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86355F (or 0x86355F) is known color: Rose Bud Cherry. HEX triplet: 86, 35 and 5F. RGB value is (134,53,95). Sum of RGB (Red+Green+Blue) = 134+53+95=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #86355F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86355F is #79CAA0. Grayscale: #515151. Windows color (decimal): -7981729 or 6239622. OLE color: 6239622.

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

Color convert

RGB 134 53 95 -
CMYK 0 0.60 0.29 0.47
HSL 328.89º 0.43% 0.37% -
HSV(B) 328.89º 0.6% 0.53% -
XYZ 13.17 8.44 11.76 -
YUV 82.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 134 53 95 0 0.60 0.29 0.47 328.89 0.43 0.37
Hex 86 35 5F 0 3C 1D 2F 149 2B 25
Octal 206 65 137 0 74 35 57 511 53 45
Binary 10000110 110101 1011111 0 111100 11101 101111 101001001 101011 100101

Color Harmonies of #86355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86355F

Black with #86355F

Text Example


Text Example

White with #86355F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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