Html Css Color HEX #86385F Rose Bud Cherry

📋 copy color: '#86385F'

red 134 ◦ green 56 ◦ blue 95

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

Shades of Rose Bud Cherry #86385F

Tints of Rose Bud Cherry #86385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.65%

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

R = 47.02%
G = 19.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86385F (or 0x86385F) is known color: Rose Bud Cherry. HEX triplet: 86, 38 and 5F. RGB value is (134,56,95). Sum of RGB (Red+Green+Blue) = 134+56+95=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #86385F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86385F is #79C7A0. Grayscale: #535353. Windows color (decimal): -7980961 or 6240390. OLE color: 6240390.

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

Color convert

RGB 134 56 95 -
CMYK 0 0.58 0.29 0.47
HSL 330º 0.41% 0.37% -
HSV(B) 330º 0.58% 0.53% -
XYZ 13.31 8.72 11.81 -
YUV 83.77 134.34 163.83 -
System Red Green Blue C M Y K H S L
Decimal 134 56 95 0 0.58 0.29 0.47 330 0.41 0.37
Hex 86 38 5F 0 3A 1D 2F 14A 29 25
Octal 206 70 137 0 72 35 57 512 51 45
Binary 10000110 111000 1011111 0 111010 11101 101111 101001010 101001 100101

Color Harmonies of #86385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86385F

Black with #86385F

Text Example


Text Example

White with #86385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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