Html Css Color HEX #863155 Rose Bud Cherry

📋 copy color: '#863155'

red 134 ◦ green 49 ◦ blue 85

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

Shades of Rose Bud Cherry #863155

Tints of Rose Bud Cherry #863155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.28%

 BLUE value IS 85 (33.59% from 255) = 31.72%

R = 50%
G = 18.28%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#863155 (or 0x863155) is known color: Rose Bud Cherry. HEX triplet: 86, 31 and 55. RGB value is (134,49,85). Sum of RGB (Red+Green+Blue) = 134+49+85=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #863155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863155 is #79CEAA. Grayscale: #4E4E4E. Windows color (decimal): -7982763 or 5583238. OLE color: 5583238.

HSL color Cylindrical-coordinate representation of color #863155: hue angle of 334.59º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863155 is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 85 -
CMYK 0 0.63 0.37 0.47
HSL 334.59º 0.46% 0.36% -
HSV(B) 334.59º 0.63% 0.53% -
XYZ 12.57 7.92 9.46 -
YUV 78.52 131.66 167.57 -
System Red Green Blue C M Y K H S L
Decimal 134 49 85 0 0.63 0.37 0.47 334.59 0.46 0.36
Hex 86 31 55 0 3F 25 2F 14F 2E 24
Octal 206 61 125 0 77 45 57 517 56 44
Binary 10000110 110001 1010101 0 111111 100101 101111 101001111 101110 100100

Color Harmonies of #863155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863155

Black with #863155

Text Example


Text Example

White with #863155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863155; }

 p { color: rgb(134,49,85); }

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

background-color css

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

 a { background-color: rgb(134,49,85); }

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

border-color css

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

 span { border-color: rgb(134,49,85); }

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