Html Css Color HEX #863756 Rose Bud Cherry

📋 copy color: '#863756'

red 134 ◦ green 55 ◦ blue 86

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

Shades of Rose Bud Cherry #863756

Tints of Rose Bud Cherry #863756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 86 (33.98% from 255) = 31.27%

R = 48.73%
G = 20%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#863756 (or 0x863756) is known color: Rose Bud Cherry. HEX triplet: 86, 37 and 56. RGB value is (134,55,86). Sum of RGB (Red+Green+Blue) = 134+55+86=275 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.73% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 134 - color contains mainly: red. Hex color #863756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863756 is #79C8A9. Grayscale: #525252. Windows color (decimal): -7981226 or 5650310. OLE color: 5650310.

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

Color convert

RGB 134 55 86 -
CMYK 0 0.59 0.36 0.47
HSL 336.46º 0.42% 0.37% -
HSV(B) 336.46º 0.59% 0.53% -
XYZ 12.88 8.47 9.76 -
YUV 82.16 130.17 164.98 -
System Red Green Blue C M Y K H S L
Decimal 134 55 86 0 0.59 0.36 0.47 336.46 0.42 0.37
Hex 86 37 56 0 3B 24 2F 150 2A 25
Octal 206 67 126 0 73 44 57 520 52 45
Binary 10000110 110111 1010110 0 111011 100100 101111 101010000 101010 100101

Color Harmonies of #863756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863756

Black with #863756

Text Example


Text Example

White with #863756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863756; }

 p { color: rgb(134,55,86); }

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

background-color css

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

 a { background-color: rgb(134,55,86); }

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

border-color css

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

 span { border-color: rgb(134,55,86); }

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