Html Css Color HEX #863556 Rose Bud Cherry

📋 copy color: '#863556'

red 134 ◦ green 53 ◦ blue 86

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

Shades of Rose Bud Cherry #863556

Tints of Rose Bud Cherry #863556

RGB

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

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

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

R = 49.08%
G = 19.41%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.47

RGB Variations

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

Color information

#863556 (or 0x863556) is known color: Rose Bud Cherry. HEX triplet: 86, 35 and 56. RGB value is (134,53,86). Sum of RGB (Red+Green+Blue) = 134+53+86=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 134 - color contains mainly: red. Hex color #863556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863556 is #79CAA9. Grayscale: #505050. Windows color (decimal): -7981738 or 5649798. OLE color: 5649798.

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

Color convert

RGB 134 53 86 -
CMYK 0 0.60 0.36 0.47
HSL 335.56º 0.43% 0.37% -
HSV(B) 335.56º 0.6% 0.53% -
XYZ 12.78 8.29 9.73 -
YUV 80.98 130.84 165.82 -
System Red Green Blue C M Y K H S L
Decimal 134 53 86 0 0.60 0.36 0.47 335.56 0.43 0.37
Hex 86 35 56 0 3C 24 2F 150 2B 25
Octal 206 65 126 0 74 44 57 520 53 45
Binary 10000110 110101 1010110 0 111100 100100 101111 101010000 101011 100101

Color Harmonies of #863556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863556

Black with #863556

Text Example


Text Example

White with #863556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863556; }

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

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

background-color css

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

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

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

border-color css

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

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

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